diptangsu / Sorting-Algorithms

Sorting algorithms in multiple languages.
158 stars 166 forks source link

Add algorithm comparison code for languages other than java #119

Open diptangsu opened 4 years ago

diptangsu commented 4 years ago

Since Java already has it.

Have a look at this file to understand what this issue is.

trinadhmoganti commented 4 years ago

@diptangsu, could you please elaborate a little more on this issue?

diptangsu commented 4 years ago

image image image

This is the output of the java file linked above. I would like for other languages to also have a file that would print out an output similar to the screenshots. They are one output, split into 3 images because they didn't fit on the screen.

diptangsu commented 4 years ago

@trinadhmoganti I will be doing the one for python, so take any other language lol.

trinadhmoganti commented 4 years ago

@diptangsu, sure sounds good. I'll work on the JavaScript part then :)

RohitMazumder commented 4 years ago

@diptangsu Working on the cpp one!

bhavesh1129 commented 4 years ago

I'll work on C language

adavijit commented 4 years ago

@diptangsu Can you please assign it to me?

ShadyGeek commented 1 year ago

Hello there! I'm working on a university assignment, where I must fix an issue or enhance a project by adding a new feature, in an existing open source programm. So, I'd like to fix this issue for you by adding a comparison of the algorithms implemented in the swift language, may I?