-
Notifications
You must be signed in to change notification settings - Fork 0
License
CZhang1997/Multi-dimensional-search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/** * @author Churong Zhang * cxz173430 * November 11 2018 * Dr. Raghavachari * This class is for Project 3 * Multi-dimensional search * Multi-dimensional search: Consider the web site of a seller like Amazon. They carry tens of thousands of products, and each product has many attributes (Name, Size, Description, Keywords, Manufacturer, Price, etc.). The search engine allows users to specify attributes of products that they are seeking, and shows products that have most of those attributes. To make search efficient, the data is organized using appropriate data structures, such as balanced trees. But, if products are organized by Name, how can search by price implemented efficiently? The solution, called indexing in databases, is to create a new set of references to the objects for each search field, and organize them to implement search operations on that field efficiently. As the objects change, these access structures have to be kept consistent. */ Submited: MDS.java MDS1.java MDS1_2.java 3 versions P3Driver.java to test the algorithm and many input files that represent a graph created by Dr. Raghavachari from UTD jdk1.8.0_191 By: Churong Zhang
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published