Package org.troy.capstone.data_structures
package org.troy.capstone.data_structures
-
ClassesClassDescriptionA data
TreeMapholding keys of prices and values of item indices, allowing for efficient retrieval of items within a specified price range.RecentlyViewedQueueis a queue to manage recently viewed items, with a fixed capacity.TheSearchedItemsLinkedListclass represents a custom linked list data structure that organizes search results into pages.Graph data structure to represent similar items.Inner class to represent an edge in the graph.