mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-12 13:54:31 +00:00
[PR #1384] [CLOSED] negative nums can also be sorted by radix_sort_2 now #1983
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1384
Author: @goksuko
Created: 3/2/2024
Status: ❌ Closed
Base:
master← Head:radix_sort/neg_nums📝 Commits (1)
08f1013negative nums can also be sorted by radix_sort_2 now📊 Changes
1 file changed (+168 additions, -24 deletions)
View changed files
📝
sorting/radix_sort_2.c(+168 -24)📄 Description
Description
Before the change, the program was able to sort only positive numbers. Now it can sort both negative and positive numbers.
References
original radix_sort_2 document used
Checklist
Notes: negative nums can also be sorted by radix_sort_2 now
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.