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

Latest commit

 

History

History
64 lines (56 loc) · 2.83 KB

README.md

File metadata and controls

64 lines (56 loc) · 2.83 KB

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