Nice summary. I'm wondering if comparison with C++ may help, because Rusts' data structure design overlaps with C++ 's STL considerably. Another thing is that Geek for Geeks is not reliable, generally speaking.
this post was submitted on 22 Mar 2024
33 points (100.0% liked)
Rust Programming
8414 readers
92 users here now
founded 5 years ago
MODERATORS
I took some cpp examples as guidance. As for geek for geeks agree, one shouldn't blindly trust it and better use several sources. Adding more reliable sources is definitely point of improvement. I also used introduction to algorithms paperback book, but was lazy to add it as a source ^_^
Glad to hear :) What I mean is that Rust vectors and arrays are, for example, very similar to C++ vectors and arrays.