equal
deleted
inserted
replaced
25 #include <utility> |
25 #include <utility> |
26 #include <functional> |
26 #include <functional> |
27 |
27 |
28 namespace lemon { |
28 namespace lemon { |
29 |
29 |
30 /// \addtogroup auxdat |
30 /// \ingroup auxdat |
31 /// @{ |
|
32 |
31 |
33 /// A Binary Heap implementation. |
32 /// A Binary Heap implementation. |
34 |
33 |
35 ///This class implements the \e binary \e heap data structure. A \e heap |
34 ///This class implements the \e binary \e heap data structure. A \e heap |
36 ///is a data structure for storing items with specified values called \e |
35 ///is a data structure for storing items with specified values called \e |
304 ok: |
303 ok: |
305 move(p, hole); |
304 move(p, hole); |
306 return hole; |
305 return hole; |
307 } |
306 } |
308 |
307 |
309 ///@} |
|
310 |
308 |
311 } // namespace lemon |
309 } // namespace lemon |
312 |
310 |
313 #endif // LEMON_BIN_HEAP_H |
311 #endif // LEMON_BIN_HEAP_H |