Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
/ JavaAlgorithms Public archive

My implementation of some algorithms and data structures in Java.

License

Notifications You must be signed in to change notification settings

xairaven/JavaAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms & Data Structures | Java

In this repo you'll see some algorithms and data structures implemented by me on Java.


THIS REPOSITORY IS NO LONGER MAINTAINED.

No updates will be provided as I've moved away from Java Development.


Algorithms

Search

Math

Graphs

Sorting

Data Structures

Lists:

Symbol Tables (Trees, Hash-maps, e.t.c):

Union Find:

How to start?

Installing

  • Clone repository
git clone github.com/xairaven/JavaAlgorithms

Environment

  • Install Java IDE (IntelliJ Idea preferably) and JDK 17.0

How to compile project? (IntelliJ Idea)

Step 1 (Adding module):

  • File -> Project Structure -> Modules -> Import module -> Select your module

Step 2 (Run/Debug Configurations):

  • Edit configurations -> Set your module and settings like this:

Resources

About

My implementation of some algorithms and data structures in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages