Skip to content

Commit 0ca3eb0

Browse files
stevelintonmarkuspf
authored andcommitted
Switch to new AVL tree implementation using bitmasks
1 parent 9869085 commit 0ca3eb0

File tree

13 files changed

+1297
-2547
lines changed

13 files changed

+1297
-2547
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ datastructures_la_SOURCES = \
1717
src/datastructures.c \
1818
src/datastructures.h \
1919
src/skiplist.c \
20-
src/bst.c
20+
src/avl.c
2121

2222
datastructures_la_CPPFLAGS = $(GAP_CPPFLAGS) -DCONFIG_H
2323
# Note that the latter is only for GAP 4.4.12

0 commit comments

Comments
 (0)