[Solved] Find Smallest Letter Greater Than Target Binary Search LeetCode
![[Solved] Find Smallest Letter Greater Than Target Binary Search LeetCode [Solved] Find Smallest Letter Greater Than Target Binary Search LeetCode](https://realcoder.techss24.com/wp-content/uploads/2022/06/Solved-Find-Smallest-Letter-Greater-Than-Target-Binary-Search-LeetCode.png)
Find Smallest Letter Greater Than Target Binary Search: Given a characters array letters that is sorted in non-decreasing order and a character target, return the smallest character in the array that is larger than target. Note that the letters wrap around. For example, if target == ‘z’ and letters == [‘a’,…