previous | start | next

Symbol Tables with comparable keys

We want additional methods for these symbol tables:

      Key min();
      Key max();
      void deleteMin();
      void deleteMax();
      Key floor(const Key& key);
      Key ceiling(const Key& key);
      
   


previous | start | next