Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 600 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 600 Bytes

Datastructures_1_Assignment_2

Drink and Beverage information system

Data Structures & Algorithms 1, second year first semester second programming assigment.

Breif Summary: The objective of this CA assignment was to create a drink/berverage information system in java. The system allows users to add/update/remove ingredients and drinks. Each drink would consist of multiple ingredients and have its own individual information. The system must have facilities to search and sort all drinks and ingredients. Hashing must be used to store all data with basic save load functionality also included.