You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Carsten Kragelund 63a3190084 FEAT(macro): Add bst! macro that act like vec!
This macro uses the `IterativeBST` to create a new
tree with the given elements, either creating just
and empty tree with `IterativeBST::new()` or using
a combination of `IterativeBST::from_iter()` and
`vec![]` if given any elements
2 years ago
..
iterative_bst.rs FEAT(macro): Add bst! macro that act like vec! 2 years ago
macro.rs FEAT(macro): Add bst! macro that act like vec! 2 years ago
recursive_bst.rs Reformat tests 3 years ago