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.44k stars 10.96k forks source link

[Rust] make rust part more idomatic and fix panic of backtrack template #1370

Closed rongyi closed 1 month ago

rongyi commented 1 month ago
  1. current main's backtrack template: ./target/debug/preorder_traversal_iii_template will panic.
  2. some improvement, sorry for not fixing this in one PR, just reading through rust code chapter by chapter.