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

Loading…
Cancel
Save