Add RotatedBinarySearch (search in rotated sorted array) (#7202)
* feat: implement Smooth Sort algorithm with detailed JavaDoc and test class * style: format LEONARDO array for improved readability with clang-format * feat(sorts): add TournamentSort (winner-tree) * test: add unit test for null array handling in TournamentSort * feat(search): add rotated binary search * test: add unit test for handling middle element in right sorted half of rotated array --------- Co-authored-by: Ahmed Allam <60698204+AllamF5J@users.noreply.github.com>
A
Ahmed Allam committed
66f76eb3d920f7a025aaca71ccc6c84da4287658
Parent: 7148661
Committed by GitHub <noreply@github.com>
on 1/14/2026, 9:59:25 AM