Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 285 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 285 Bytes

Factory

This project was made for CMPE250 - Data Structures and Algorithms in Java course.

Objective: Implementation of Linked List data structure in a given "factory line" scenario.

This project includes Linked List data structure and Java interface implementation(OOP exercise).