Implement into_asc_order_iter()

pull/3/head
sgoudham 3 years ago
parent f874c41237
commit 7d0e4f20e9
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -578,7 +578,7 @@ impl<T: Ord> BinarySearchTree<T> for IterativeBST<T> {
}
fn into_asc_order_iter(self) -> IntoIter<T> {
todo!()
self.into_in_order_iter()
}
fn into_pre_order_iter(self) -> IntoIter<T> {

Loading…
Cancel
Save