This project contains my implementations of linear data structures, based on the 'Data Structures 1' course from Code with Mosh. The solutions are the result of solving practical exercises that focused on building methods and operations for each data structure. In this project, I decided to consolidate all practical examples from multiple projects that I had previously created. Additionally, I removed unnecessary classes used for testing data structures and replaced them with retroactively created unit tests.
This project is licensed under the MIT License - see the LICENSE file for details.