map is bst

This commit is contained in:
hugogogo
2022-06-22 00:22:04 +02:00
parent 0d98268a74
commit 58d417742b
12 changed files with 1228 additions and 178 deletions

View File

@@ -67,18 +67,21 @@ HEADERS = colors.h \
equal.hpp \
lexicographical_compare.hpp \
pair.hpp \
bst.hpp \
bst_node.hpp \
bst_iterator.hpp \
\
vector.hpp \
map.hpp
map.hpp \
map_node.hpp \
map_iterator.hpp \
vector.hpp
# map.hpp
# bst.hpp
# bst_node.hpp
# bst_iterator.hpp
D_TEMPLATES = ./templates
TEMPLATES = bst.tpp \
\
vector.tpp \
map.tpp
vector.tpp
# map.tpp
D_TESTS = ./tests/includes
TESTS = main.hpp \