+1 (218) 451-4151
glass
pen
clip
papers
heaphones

1. Reimplement the TreeMap class using null references in place of explicit sentinels for the…

1. Reimplement the TreeMap class using null references in place of explicit sentinels for the…

1. Reimplement the TreeMap class using null references in place of explicit sentinels for the leaves of a tree.2. Modify the TreeMap implementation to support location-aware entries. Provide methods firstEntry( ), lastEntry( ), findEntry(k), before(e), after(e), and remove(e), with all but the last of these returning an Entry instance, and the latter three accepting an Entry e as a parameter