tupperware: add intrusive AVL tree
This commit is contained in:
parent
013981b79b
commit
0e9f8d615a
3 changed files with 485 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -4,6 +4,7 @@ CPPFLAGS = -Iinclude/ -Itests/
|
|||
VPATH = src/ tests/
|
||||
|
||||
SRC = \
|
||||
src/avl.c \
|
||||
src/list.c \
|
||||
|
||||
OBJS = $(SRC:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue