/jalgorithm

Jalgorithm is an open-source Java library which has implemented various algorithms and data structure

Primary LanguageJavaMIT LicenseMIT

We loved Java and algorithms, So we made Jalgorithm


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

Add Jalgorithm to your projects

implementation 'io.github.muhammadkarbalaee:jalgorithm:1.0.1'
<dependency>
  <groupId>io.github.muhammadkarbalaee</groupId>
  <artifactId>jalgorithm</artifactId>
  <version>1.0.1</version>
</dependency>