changeset 246 | dc95ca4ebc7b |
parent 224 | 5bc1c83257f8 |
1:25aab6ba3fe1 | 2:eb4906da6bd9 |
---|---|
56 */ |
56 */ |
57 |
57 |
58 |
58 |
59 #ifndef BIN_HEAP_HH |
59 #ifndef BIN_HEAP_HH |
60 #define BIN_HEAP_HH |
60 #define BIN_HEAP_HH |
61 |
|
62 ///\file |
|
63 ///\brief Binary Heap implementation. |
|
61 |
64 |
62 #include <vector> |
65 #include <vector> |
63 #include <utility> |
66 #include <utility> |
64 #include <functional> |
67 #include <functional> |
65 |
68 |