src/work/bin_heap_demo.cc
changeset 269 07af3069c0b8
parent 214 44f01e580f16
child 274 28728f3945c5
equal deleted inserted replaced
4:4d2e0e7713ed 5:9e94383abbf6
     1 #include <iostream>
     1 #include <iostream>
     2 #include <bin_heap.hh>
     2 #include <bin_heap.h>
     3 #include <string>
     3 #include <string>
     4 #include <map>
     4 #include <map>
     5 
     5 
     6 using namespace hugo;
     6 using namespace hugo;
     7 using namespace std;
     7 using namespace std;