This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
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>
10 years ago
parent
af3229c39a
commit
cb9877a086
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/t/algorithm/avl_tree.cpp
+ 2
- 0
src/t/algorithm/avl_tree.cpp
View File
@@ -12,6 +12,8 @@
#include <lol/engine-internal.h>
#include <lol/algorithm/avl_tree.h>
#include <lolunit.h>
namespace lol
Write
Preview
Loading…
Cancel
Save