lemon/bin_heap.h
changeset 1854 a68d4f93b1fb
parent 1717 75fe24093ded
child 1875 98698b69a902
equal deleted inserted replaced
1:9f93bc53e267 2:c9ea8a3586d8
    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