Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.58 KB

README.md

File metadata and controls

24 lines (19 loc) · 2.58 KB

CircleCI codecov Java Data Structures Badge License: MIT GitHub forks

data-structures-by-example

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.

Data structures covered in this project

ArrayList LinkedList Stack Queue Map

License

This project is licensed under the MIT License - see the LICENSE file for details.