Ignore:
Timestamp:
Aug 26, 2021, 6:07:09 AM (19 months ago)
Author:
Peter
Message:

implement insert with hint; refs #710

File:
1 edited

Legend:

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

    r4075 r4077  
    6262      NodeBase*& left_most(void);
    6363      const NodeBase* left_most(void) const;
     64      NodeBase* right_most(void);
     65      const NodeBase* right_most(void) const;
    6466
    6567      /*
     
    7072      */
    7173      void insert_and_rebalance(std::unique_ptr<NodeBase>&& element,
    72                                 NodeBase& parent, NodeBase*& child);
     74                                NodeBase& parent, bool left);
    7375
    7476      /*
Note: See TracChangeset for help on using the changeset viewer.