lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Java Version of data structures/algorithms #65

Closed sarsiz closed 4 years ago

sarsiz commented 7 years ago

hey @saru95 ... I am very much interested in helping you with Java Data Structures. So can u please add label "hacktoberfest" to this issue?

lprimeroo commented 7 years ago

NOTE for everyone: After you contribute your Java code, please make sure to add its link to the README file.

TuhinKundu commented 7 years ago

Working on java version of Bubblesort.cpp, BinarySearch.cpp.

tunelesstimes commented 7 years ago

Can I take the Java versions of Radix and Merge sorts?

lprimeroo commented 7 years ago

Go ahead ! @tunelesstimes

batouxclass commented 7 years ago

Hi @saru95,

I can help you with the Quicksort algorithm.

lprimeroo commented 7 years ago

@ArkantosC go ahead !

sarsiz commented 7 years ago

BFS, DFS, HeapSort and Segment Trees Done .. @saru95

HackersSpirit commented 7 years ago

@saru95, @sarsiz : Guys any thing left so that even i can contribute :stuck_out_tongue_closed_eyes:

maiquynhtruong commented 7 years ago

I can work on Dijkstra, Bellman Ford and Kruskal for Java :)

patniharshit commented 7 years ago

I would like to implement Edmund-Karp algorithm in java.

MayankTripathi01 commented 7 years ago

@saru95 can i work on Implementing Hash Tables with Double Hashing in java

MayankTripathi01 commented 7 years ago

can i work on sleep sort in java

lprimeroo commented 7 years ago

@MayankTripathi01 Sleep sort is something you don't use anywhere except for telling people how cool it is. I don't think it is required .

therohanjaiswal commented 4 years ago

@saruftw, I added a linear search algorithm in java.