AVL Tree refactor
This commit is contained in:
parent
92d8b04cf8
commit
db1a6b35ef
8 changed files with 511 additions and 376 deletions
|
|
@ -4,8 +4,6 @@
|
|||
#include <cstdlib>
|
||||
|
||||
namespace tp {
|
||||
|
||||
void* DefaultAllocator::allocate(ualni size) { return malloc(size); }
|
||||
|
||||
void DefaultAllocator::deallocate(void* p) { free(p); }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue