Jalgorithm is an open-source Java library which has implemented various algorithms and data structure
Data structure implemented so far:
- chained hash table
- direct-address table
- doubly linked list
Sort algorithms implemented so far:
- selection sort
- quick sort
implementation 'io.github.muhammadkarbalaee:jalgorithm:1.0.1'
<dependency>
<groupId>io.github.muhammadkarbalaee</groupId>
<artifactId>jalgorithm</artifactId>
<version>1.0.1</version>
</dependency>