alexandre1202 / jalgorithm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Jalgorithm stems from Shahid Beheshti University

We loved Java and algorithms, so We made Jalgorithm


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

🚨The source code of the latest release resides on the main branch. The development branch has the latest changes, not published yet.

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>

Wanna have a part in this thriving project?😍

Join us here😉

About

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

License:MIT License


Languages

Language:Java 100.0%