Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 268 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 268 Bytes

rust_csproject

This was a Christmas vacation exercise to teach myself Rust by implementing the final project for a C++ Data Structures class in 100% Rust.

Good exercise to learn the language, especially when it came to binary trees and getting references correct.