Update documentation

pull/3/head
sgoudham 3 years ago
parent 65aff4e5fd
commit 1f78b48662
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -231,7 +231,7 @@ pub trait BinarySearchTree<T: Ord> {
/// Removes and returns the maximum element from the tree or `None` if tree is empty. /// Removes and returns the maximum element from the tree or `None` if tree is empty.
fn remove_max(&mut self) -> Option<T>; fn remove_max(&mut self) -> Option<T>;
/// Returns references to the elements of the tree in **ascending order.**` /// Returns references to the elements of the tree in **ascending order.**
/// ///
/// # Important /// # Important
/// ///

Loading…
Cancel
Save