Skip to content

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

License

Notifications You must be signed in to change notification settings

cklimkowski/jalgorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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?😍

slack Join us on Slack

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.1%
  • Groovy 4.9%