src/hugo/bin_heap.h
changeset 542 69bde1d90c04
parent 539 fb261e3a9a0f
child 776 f2994a2b10b2
equal deleted inserted replaced
0:75bd5dd88840 1:63a0643baafa
    56  * Bocs, most faradt vagyok, majd egyszer leforditom. (Misi)
    56  * Bocs, most faradt vagyok, majd egyszer leforditom. (Misi)
    57  *
    57  *
    58  */
    58  */
    59 
    59 
    60 
    60 
    61 #ifndef BIN_HEAP_HH
    61 #ifndef HUGO_BIN_HEAP_H
    62 #define BIN_HEAP_HH
    62 #define HUGO_BIN_HEAP_H
    63 
    63 
    64 ///\ingroup auxdat
    64 ///\ingroup auxdat
    65 ///\file
    65 ///\file
    66 ///\brief Binary Heap implementation.
    66 ///\brief Binary Heap implementation.
    67 
    67