Skip to content

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.

License

Notifications You must be signed in to change notification settings

MiroslavKolosnjaji/data-structures-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages