Ver código fonte

avl_tree: using contiguous buffer for node storage. Copy is still unsafe and this solution needs review before complete validation (sam… ?)

undefined
Guillaume Bittoun Sam Hocevar <sam@hocevar.net> 12 anos atrás
pai
commit
cb9877a086
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/t/algorithm/avl_tree.cpp

+ 2
- 0
src/t/algorithm/avl_tree.cpp Ver arquivo

@@ -12,6 +12,8 @@


#include <lol/engine-internal.h> #include <lol/engine-internal.h>


#include <lol/algorithm/avl_tree.h>

#include <lolunit.h> #include <lolunit.h>


namespace lol namespace lol


Carregando…
Cancelar
Salvar