equal
deleted
inserted
replaced
1 #include <iostream> |
1 #include <iostream> |
2 #include <bin_heap.hh> |
2 #include <bin_heap.hh> |
3 #include <string> |
3 #include <string> |
4 #include <map> |
4 #include <map> |
5 |
5 |
6 using namespace marci; |
6 using namespace hugo; |
7 using namespace std; |
7 using namespace std; |
8 |
8 |
9 class string_int_map; |
9 class string_int_map; |
10 |
10 |
11 // Egy binaris kupac, ami stringekhez rendelt double ertekeket tarol, |
11 // Egy binaris kupac, ami stringekhez rendelt double ertekeket tarol, |