lemon/linear_heap.h
changeset 1853 dd0b47adc152
parent 1758 4bfe670710e0
child 1875 98698b69a902
equal deleted inserted replaced
1:e63931873159 2:4f26f0646eb7
    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