rbtree

view README @ 15:1b77b72688fe

- fixed bug in rb_init making it ignore comparison functions other than the builtin - fixed rb_find and rb_findi return type, which should be struct rbnode*, not void*
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Nov 2014 11:00:27 +0200
parents
children
line source
1 rbtree
2 ------
3 Simple balanced binary search tree (red-black tree) library.
5 Copyright (C) 2011-2014 John Tsiombikas <nuclear@member.fsf.org>
7 rbtree is free software, feel free to use, modify, and redistribute it, under
8 the terms of the 3-clause BSD license. See COPYING for details.