Skip to content

Latest commit

 

History

History
120 lines (60 loc) · 3.57 KB

README.md

File metadata and controls

120 lines (60 loc) · 3.57 KB

Data Structures Portfolio - Adam Russell

This is a repository that I maintained and updated throughout the semester for Data Structures COMP20280. It contains all data structures developed over the course of the moduel in practicals, along with some etc classes that I completed in my own time. All these classes can be visited by clicking on the class name.

Navigating The Repo

Required Classes

Lists

Queues

Stacks

Deques

Trees

Prioirty Queues

Hash Maps

Binary Search Trees

Extra Classes

Sorting

Miscellaneous

Versioning

Regular commits were made over the course of the module, as practicals were completed and as certain data structures and files were edited and refined.

Authors