rbtree
log
age | author | description |
---|---|---|
2014-11-02 | John Tsiombikas | - fixed bug in rb_init making it ignore comparison functions other than the builtindefault tip |
2014-11-02 | John Tsiombikas | simplified find_min |
2014-04-17 | John Tsiombikas | readme, copying, copyright headers |
2014-01-18 | John Tsiombikas | fixed the vis makefile |
2012-09-02 | John Tsiombikas | fixed the visualization |
2012-04-15 | John Tsiombikas | fixed all the conversion warnings |
2012-04-15 | John Tsiombikas | merged fixes with rbshell |
2012-04-15 | John Tsiombikas | fixed the makefile |
2011-10-21 | John Tsiombikas | del_tree would call 0 if the del func is null |
2011-10-12 | John Tsiombikas | added rbshell test |
2011-10-12 | John Tsiombikas | added rb_copy and rb_clear |
2011-10-12 | John Tsiombikas | fixed a typo in the header file |
2011-10-09 | John Tsiombikas | changed the tail-recursive find and find_min to loops |
2011-10-09 | John Tsiombikas | tested iterative traversal |
2011-10-09 | John Tsiombikas | removed unused typedef |
2011-10-09 | John Tsiombikas | red-black tree lib |