tickbh/rbtree-rs

rev() failed to print the first element in the tree

Gifted-s opened this issue · 1 comments

When we call iter().rev(), it returns all elements except the first element. Here is the fix I came up with - #3

already merge