rbtree
log src/rbtree.c
age | author | description |
---|---|---|
Sun, 02 Nov 2014 11:00:27 +0200 | John Tsiombikas | - fixed bug in rb_init making it ignore comparison functions other than the builtindefault tip |
Sun, 02 Nov 2014 10:56:08 +0200 | John Tsiombikas | simplified find_min |
Thu, 17 Apr 2014 13:35:43 +0300 | John Tsiombikas | readme, copying, copyright headers |
Mon, 16 Apr 2012 00:30:59 +0300 | John Tsiombikas | fixed all the conversion warnings |
Fri, 21 Oct 2011 11:32:38 +0300 | John Tsiombikas | del_tree would call 0 if the del func is null |
Wed, 12 Oct 2011 05:25:34 +0300 | John Tsiombikas | added rb_copy and rb_clear |
Sun, 09 Oct 2011 08:30:54 +0300 | John Tsiombikas | changed the tail-recursive find and find_min to loops |