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

hakimrabet/jalgorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

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 100.0%