krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://hello-algo.com
Other
86.41k stars 10.96k forks source link

[Rust] Use arrays instead of vectors in Chapter 4.1 Array #1357

Closed CarrotDLaw closed 2 months ago

CarrotDLaw commented 2 months ago

Changed most of the vectors into arrays to better align with the chapter's topic.

1328