Skip to content

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

2 participants