Sorting-Algorithms icon indicating copy to clipboard operation
Sorting-Algorithms copied to clipboard

Add algorithm comparison code for languages other than java

Open diptangsu opened this issue 5 years ago • 8 comments

Since Java already has it.

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

diptangsu avatar Sep 29 '20 16:09 diptangsu

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

trinadhmoganti avatar Sep 30 '20 03:09 trinadhmoganti

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 avatar Sep 30 '20 12:09 diptangsu

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

diptangsu avatar Sep 30 '20 12:09 diptangsu

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

trinadhmoganti avatar Sep 30 '20 15:09 trinadhmoganti

@diptangsu Working on the cpp one!

RohitMazumder avatar Sep 30 '20 18:09 RohitMazumder

I'll work on C language

bhavesh1129 avatar Sep 30 '20 21:09 bhavesh1129

@diptangsu Can you please assign it to me?

thisavijit avatar Oct 01 '20 05:10 thisavijit

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?

ShadyGeek avatar Feb 13 '23 17:02 ShadyGeek