This is a rust implementation of the data structures and algorithms described in the 4th edition of Algorithms by R. Sedgewick and K. Wayne.
This is my attempt at recreating all the algorithms and data structures in the book Algorithms,
4th edition by Robert Sedgewick and Kevin Wayne!
Data structures may have additional or changed fields or methods as to follow Rust programming style.
.size() changed to .len(), and so on.
I do this purely to challenge myself, maintain my logical reasoning, and continue to evolve my experience in Rust~
Short answer; likely not. This is especially true for algorithms that are already in the standard library. However, feel free to if you wish :)