|
|
@ -14,7 +14,7 @@
|
|
|
|
//!
|
|
|
|
//!
|
|
|
|
//! That being said, there are some areas I would love to improve upon/include:
|
|
|
|
//! That being said, there are some areas I would love to improve upon/include:
|
|
|
|
//! - Write idiomatic code.
|
|
|
|
//! - Write idiomatic code.
|
|
|
|
//! - Effectively use [macro_rules!] to reduce large portions of repetitive code.
|
|
|
|
//! - Effectively use **macro_rules!** to reduce large portions of repetitive code.
|
|
|
|
//! - Implement a **pretty_print()** function to display the binary search trees nicely.
|
|
|
|
//! - Implement a **pretty_print()** function to display the binary search trees nicely.
|
|
|
|
//! - Implement [Drop] trait for iterative node cleanup.
|
|
|
|
//! - Implement [Drop] trait for iterative node cleanup.
|
|
|
|
//! - Pre-allocate space on the heap for nodes to reduce inefficiency of inserts.
|
|
|
|
//! - Pre-allocate space on the heap for nodes to reduce inefficiency of inserts.
|
|
|
|