Skip to content

feat: add negative aware digit based sorting algorithm#3099

Open
whileds wants to merge 1 commit intoTheAlgorithms:masterfrom
whileds:master
Open

feat: add negative aware digit based sorting algorithm#3099
whileds wants to merge 1 commit intoTheAlgorithms:masterfrom
whileds:master

Conversation

@whileds
Copy link

@whileds whileds commented Jan 30, 2026

Added a new sorting algorithm that separates negative and non-negative values.
Negative numbers are sorted using Shell Sort, while non-negative numbers are
sorted using a digit-based grouping approach. Includes self-tests using assert().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants