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 /// \brief A Linear Heap implementation. |
32 /// \brief A Linear Heap implementation. |
34 /// |
33 /// |
35 /// This class implements the \e linear \e heap data structure. A \e heap |
34 /// This class implements the \e linear \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 |