Implement Set, Refactor Map into Tree

This commit is contained in:
Dynamitos
2023-12-22 19:46:07 +01:00
parent ac1d11402e
commit c8f99bb64d
20 changed files with 674 additions and 603 deletions
+6 -2
View File
@@ -3,7 +3,9 @@ target_sources(Engine
Array.h
List.h
Map.h
Pair.h)
Pair.h
Set.h
Tree.h)
target_sources(Engine
PUBLIC FILE_SET HEADERS
@@ -11,4 +13,6 @@ target_sources(Engine
Array.h
List.h
Map.h
Pair.h)
Pair.h
Set.h
Tree.h)