Skip to content

Commit d81d1a6

Browse files
committed
+ Added .Net style Dictionary ( cache friendly hash table )
+ Minor VC2013 compliance fixes
1 parent a51ee37 commit d81d1a6

File tree

8 files changed

+622
-6
lines changed

8 files changed

+622
-6
lines changed

include/avl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include <iostream>
2626
#include <cmath>
2727
#include <stack>
28+
#include <algorithm>
29+
#include <string>
2830

2931
namespace alg {
3032

0 commit comments

Comments
 (0)