Question: Implement a sub - class of the TreeMap class to include the modifications listed below. Each modification should be done in the same class so
Implement a subclass of the TreeMap class to include the modifications listed below. Each modification should be done in the same class so that the final version supports all of the additional functionality. Your tree class should be tested thoroughly and you must provide code demonstrating the functionality of the class and the new and updated methods.
modify the searchk function according to problem R
implement removerangestartstop according to C
implement countrangestartstop according to C
implement the findmin function according to C
implement the findmax function with specifications from C
implement findltk according to Sorted Map ADT function see pg
implement findgtk according to Sorted Map ADT function see pg
implement afterp and beforep according to CImplement these methods first and use on the other problems
modify the deletep method according to C
implement the reversedm Sorted Map ADT function see pg
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
