the-c0d3r / data-structures-java

Data structures implemented from scratch in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures Java

This project is started for me to learn implementing the basic data structures that I use daily, in order to reinforce my grasp on them. This is just one of the 3 projects which I intend to write, (data-structures-python, data-structures-c, data-structures-java).

Each project will be with the implementation of the selected data structures and the unit testing to cover all the functions as much as possible. The data structures will be implemented without using any built-in advanced functions as much as possible, to get as close to the original implementation as close as possible.

Requirement

  • JUnit5

About

Data structures implemented from scratch in java

License:GNU General Public License v3.0


Languages

Language:Java 100.0%