theepag / Hacktoberfest-2021

Hacktoberfest repository
1 stars 20 forks source link

Java versions of Bubble Sort, Insertion Sort, Shell Sort #35

Closed ppeters0502 closed 2 years ago

ppeters0502 commented 2 years ago

Hi there, This PR adds java versions of some of the common sorts already done in python/c++/JS, and then I re-ordered the Java folder to match a little better to the other language folders. Please let me know if there is anything else that you need. Thanks!