src/work/bin_heap_demo.cc
changeset 1321 bc3a4c498eb2
parent 618 e944d741f472
equal deleted inserted replaced
7:e03ba66888ba 8:3d5bf5dd1188
     1 #include <iostream>
     1 #include <iostream>
     2 #include <string>
     2 #include <string>
     3 #include <map>
     3 #include <map>
     4 
     4 
     5 #include <hugo/bin_heap.h>
     5 #include <lemon/bin_heap.h>
     6 
     6 
     7 using namespace hugo;
     7 using namespace lemon;
     8 using namespace std;
     8 using namespace std;
     9 
     9 
    10 class string_int_map;
    10 class string_int_map;
    11 
    11 
    12 // Egy binaris kupac, ami stringekhez rendelt double ertekeket tarol,
    12 // Egy binaris kupac, ami stringekhez rendelt double ertekeket tarol,