rbtree

log

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
Sat, 18 Jan 2014 15:26:11 +0200 John Tsiombikas fixed the vis makefile
Mon, 03 Sep 2012 01:00:01 +0300 John Tsiombikas fixed the visualization
Mon, 16 Apr 2012 00:30:59 +0300 John Tsiombikas fixed all the conversion warnings
Mon, 16 Apr 2012 00:26:38 +0300 John Tsiombikas merged fixes with rbshell
Mon, 16 Apr 2012 00:25:05 +0300 John Tsiombikas fixed the makefile
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 07:03:03 +0300 John Tsiombikas added rbshell test
Wed, 12 Oct 2011 05:25:34 +0300 John Tsiombikas added rb_copy and rb_clear
Wed, 12 Oct 2011 05:01:11 +0300 John Tsiombikas fixed a typo in the header file
Sun, 09 Oct 2011 08:30:54 +0300 John Tsiombikas changed the tail-recursive find and find_min to loops
Sun, 09 Oct 2011 07:55:51 +0300 John Tsiombikas tested iterative traversal
Sun, 09 Oct 2011 07:52:04 +0300 John Tsiombikas removed unused typedef
Sun, 09 Oct 2011 07:48:14 +0300 John Tsiombikas red-black tree lib