HackerRank problem solved in Java
For information on how the problem was addressed you can use the following URL:
https://www.johncanessa.com/2020/02/22/the-full-counting-sort/
After 17 months I received the following message:
[JohnCanessa/FullCountingSort] Test Case 5 doesn't works (#1) Inbox
Prateek notifications@github.com Unsubscribe 1:19 AM (14 hours ago) to JohnCanessa/FullCountingSort, Subscribed
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Based on it I revisited the code. If interested in the changes and what motivated them, I invite you to red the following post in my blog:
https://www.johncanessa.com/2021/07/01/the-full-counting-sort-issue-resolved/
One of the best ways to learn is to read and experiment. Remember that practice makes perfect.
Enjoy;
John