yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers
https://www.techinterviewhandbook.org
MIT License
119.09k stars 14.73k forks source link

contents(algo): remove java.util.TreeMap from Hashtable implementations #584

Closed hakanserce closed 1 year ago

hakanserce commented 1 year ago

java.util.TreeMap is actually an implementation of the Red-Black tree, rather than a hashtable. This is a minor change to remove that from the list of implementations for hastable in Java.