The-Streamliners / Data-Structures-and-Algorithms

Hacktoberfest's DSA Challenge, create algorithms, programs in any programming language you love and prefer! Check the ISSUE section for ideas.
MIT License
21 stars 100 forks source link

Implement different sorting algorithms. #18

Open Iltwats opened 3 years ago

Iltwats commented 3 years ago
issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

AviSharmaaa commented 3 years ago

I'd like to write the code for implementing quick sort.

Iltwats commented 3 years ago

You can write.

On Fri, 2 Oct, 2020, 2:13 am Avi Sharma, notifications@github.com wrote:

I'd like to write the code for implementing quick sort.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Iltwats/hacktoberfest/issues/18#issuecomment-702386423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5BX6F5EBPM3ZP35YW4Y43SITSWRANCNFSM4R76MZEA .

--       

www.jecrcuniversity.edu.in http://www.jecrcuniversity.edu.in

ENGINEERING | SCIENCES | MANAGEMENT | HUMANITIES | LAW | AGRICULTURE | HOTEL MANAGEMENT | JOURNALISM MASS COMMUNICATION | DESIGN | Important: The information in this email is confidential and may be legally privileged, It is intended solely for the addressee(s). Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution is prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Thank you, JECRC University - Disclaimer "SAVE PAPER.  Good for your planet. Good for your Business"

amitsat27 commented 3 years ago

can i organise the folders like in sorting folder will add forlders for python , cpp and c and add programs in them ? i would like to contribute gnome sort

amitsat27 commented 3 years ago

@Iltwats

Iltwats commented 3 years ago

no need to create folders for different programming language as we only work on creating logic for program.So you can contribute on whatever algo you think suits you. Also explain your function in your program with 2-3 lines.

@Iltwats

amitsat27 commented 3 years ago

@Iltwats ok

kanika321 commented 3 years ago

I would like to write the code for selection, insertion and bubble sort.

Iltwats commented 3 years ago

make sure its implementation doesnt exist. @kanika321

kanika321 commented 3 years ago

Doesn't exists means in the code right? For i'll implement a single program having all three using templates in c++.

Iltwats commented 3 years ago

yes there code shouldn't be there.

kanika321 commented 3 years ago

The code exists for all three via hard coding. So, should I add the compiled version or pick a different issue?

Iltwats commented 3 years ago

pick a different issue! there are lot from which you can get started.