Update documentation

pull/3/head
sgoudham 3 years ago
parent 99d91a6248
commit cba48bb1da
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -248,8 +248,7 @@ pub struct RecursiveBST<T: Ord> {
/// ///
/// # Important /// # Important
/// ///
/// This should be preferred against [RecursiveBST] as this should generally be /// This should be preferred over [RecursiveBST] for reasons listed in crate level documentation.
/// more performant.
#[derive(Debug)] #[derive(Debug)]
pub struct IterativeBST<T: Ord> { pub struct IterativeBST<T: Ord> {
root: HeapNode<T>, root: HeapNode<T>,

Loading…
Cancel
Save