You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Binary Tree
This project implements a super basic binary tree data structure in rust.
Was made for learning purposes.
## Features
- Create a binary tree
- Insert nodes into the binary tree