-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hello @nealwu,
First, I'm sorry to do it this way, but I wanted to ask about some points in the radix_sort.cpp file, specifically the radix_sort function.
I was trying to understand the point of some parts of the function, and I was hoping you might help.
- First if condition, specifically the RHS of the || operator.
- Why are you calculating
max_bitsandpassesthis way? I assume the function is generalized to handle -ve numbers too, but this is taken care of in lines similar to lines 54 and 55 in the function. - Second if condition
I'm trying to solve this problem as a practice for radix_sort with a custom base, and was studying/learning different implementations for radix_sort.
Best Regards,
Omar Abdelrahman
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels