Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 517 Bytes

File metadata and controls

13 lines (8 loc) · 517 Bytes

Java-Playlist-Assignment

A graded assignment as part of my Computer Science course in April 2020. The task was to create Java classes to simulate Tracks and Playlists. In this repository I've attached the classes and the driver class I used to test each class.

WHAT I LEARNED FROM THIS PROJECT:

-I learned more about different data structures like Linked Lists and HashMaps.

-Using Libraries like Collections to sort and randomise my lists

-Learned more about OOP and how my classes interact with each other