This repository is an implementation of Binary Tree in pure Rust without any unsafe block and only using standard Rust references.I implement this just for better understanding of pointers and lifetimes in Rust. I hope it will be helpful.
- Data Structure
- Insert Function
- Delete Function
- Search Function
- Testing