Make text bold

pull/3/head
sgoudham 3 years ago
parent 87759c28d1
commit 36ebf3e962
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -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.

Loading…
Cancel
Save