Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.84 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.84 KB

Data-Structures---JAVA

The Follwing Repository consist of representations and operations on basic data structures. Arrays, linked lists, stacks, queues, and recursion; binary search trees and balanced trees; hash tables, dynamic storage management; introduction to graphs using JAVA as the object oriented programming language.

Data Structure Inculded:

There is a portion of a retail store checkout system. The application provides fast lookup for product information. A clerk (or customer) inputs a product stock number and the system returns the record for that item. The system is designed to provide facilities to add, remove and look up items, along with certain other utility functions.