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
**Description**
- Implement tree delete, which returns deleted node and new root
- Extend existing fuzzer to use deletes in normal operation
- Add unit tests for deleting
- Add `convert_tree_to_dot_string` utility which converts any tree to
the DOT format to visualize as a graph
**Motivation**
This change closes issue #5. This function is needed to round out the
basic requirements of a tree data structure.
**Testing Done**
- Ran fuzzer for 8ish hours
- `cargo test`
- `cargo miri test`
- `cargo clippy`
Problem
Solution Sketch
The text was updated successfully, but these errors were encountered: