Expand description
Rust implementation of a binary tree.
Work in progress.
TODOS::
- Understanding how complex borrows work
- Apply correct value lifetime declarations
- Make it efficient by implementing borrow
- Removing requirement for
Copy
trait
Structs
- A binary tree structure used to parse and evaluate an expression into RPN.
- A node in a binary tree.