rbtree icon indicating copy to clipboard operation
rbtree copied to clipboard

Todo list

Open HuKeping opened this issue 9 years ago • 0 comments

Hi there, Below is what I supposed to do but things get a little busy these days, however I will keep working on it and if any of you have time to help, PR is welcome :)

  • [ ] comment for function deleteFixup
  • [ ] more iterators
  • [ ] docs for usage
  • [ ] a function that get the height of the tree
  • [ ] enhance test
  • [ ] more examples
  • [ ] a function that get the successor of the given Item
  • [x] add a new file to hold states of the tree. For example, the length, the min, the max, etc. #16

HuKeping avatar Jun 19 '15 02:06 HuKeping