HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Radix Sort Algo in C++ #1717

Closed KartikeySharma closed 3 years ago

KartikeySharma commented 3 years ago

💥 Proposal

Radix Sort is a clever and intuitive little sorting algorithm. Radix Sort puts the elements in order by comparing the digits of the numbers.

Have you read the Contributing Guidelines on Pull Requests?

Yes

Cruel-Crab commented 3 years ago

I am interested in this issue; I can add the radix sort algorithm .

KartikeySharma commented 3 years ago

@Cruel-Crab I have created this issue as I am interested in implementing it too. :) as a part of DWOC

chehak123 commented 3 years ago

I would like to work on this issue under DWOC

KartikeySharma commented 3 years ago

Pls assign this issue to me @atarax665 @shraddhavp . I have submitted a PR for my previous issue

shraddhavp commented 3 years ago

assigned @KartikeySharma

shraddhavp commented 3 years ago

I would like to work on this issue under DWOC

whcih language you want to code?

KartikeySharma commented 3 years ago

I saw just now that Radix Sort has already been implemented. The current algo in the repository works only for non-negative numbers I am modifying it to work for negative numbers too. @shraddhavp

KartikeySharma commented 3 years ago

Why was this issue closed? @shraddhavp

shraddhavp commented 3 years ago

Why was this issue closed? @shraddhavp

not closed just a bit confusion

KartikeySharma commented 3 years ago

Ok

KartikeySharma commented 3 years ago

This issue has been resolved and the PR has been merged PR #1817 @shraddhavp

chehak123 commented 3 years ago

I would like to work on this issue under DWOC

whcih language you want to code?

c++

KartikeySharma commented 3 years ago

Pls close this issue as this issue has been resolved @shraddhavp