tickbh / rbtree-rs

The rbtree for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Gifted-s opened this issue · 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