equal
  deleted
  inserted
  replaced
  
    
    
     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,  |