Chitresh-code / DSA_Worksheet

Worksheet posting DSA problems every day for GNIOT Students to solve and create PR's.
MIT License
17 stars 34 forks source link

Count Sort #60

Closed AiyushKumar07 closed 10 months ago

AiyushKumar07 commented 10 months ago

@lilmistake Kindly merge the My CountSort

AiyushKumar07 commented 10 months ago

@lilmistake Kindly check and update me through which Test Case Failed...!! Thanks for your valuable time

lilmistake commented 10 months ago

The solution still doesn't work for negative numbers :(

AiyushKumar07 commented 10 months ago

@lilmistake Sorry for inconvenience but "counting sort is incapable of sorting negative numbers"

lilmistake commented 10 months ago

Please refer to the link you submitted for the issue: https://leetcode.com/problems/sort-an-array/

lilmistake commented 10 months ago

PR moved to https://github.com/Chitresh-code/DSA_Worksheet/pull/93