/Multi_Dimensional_Search

An object 'product' has 3 attributes: id, price and a list of descriptive tags. MDS helps retrieive that product based on any of the attributes as search term. Implemented using a combination of TreeMap, HashMap and HashSet

Primary LanguageJava

No issues in this repository yet.