Some basic data structures and algorithms with examples in Rust topics covered so far: arrays binary search sliding window two pointers linked lists stack trees to run an example : cargo run --example same_tree (replace same_tree with any other available example) *for educational purposes only, not intended to be used in production