Ignore:
Timestamp:
Aug 20, 2021, 8:54:37 AM (22 months ago)
Author:
Peter
Message:

fix some docs and get rid of function not used. refs #710

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kendall-score/yat/utility/ranking/Impl.h

    r4072 r4075  
    4848      Impl& operator=(Impl&& rhs);
    4949
    50       // FIXME
    51       // Head is the only node with no value. Its parent is the root
    52       // node and the rest of the tree is in the left branch from the
    53       // root. Also, it holds a link to the leftmost node, which
    54       // corresponds to begin()
     50      // Head is the only node with no parent; it is also the node
     51      // with no value. All other nodes are NodeValue<T> pointers. Its
     52      // left child is the root node and it also holds a short cut to
     53      // the leftmost node to allow constant access and creating of
     54      // the begin() iterator.
    5555      NodeBase head_;
    5656
     
    6262      NodeBase*& left_most(void);
    6363      const NodeBase* left_most(void) const;
    64 
    65 
    66       /*
    67 
    68        */
    69       NodeBase* rebalance_old_root(NodeBase* node);
    7064
    7165      /*
Note: See TracChangeset for help on using the changeset viewer.