Find Smallest Letter Greater Than Target
Problem Statement:-
You are given an array of characters letters that is sorted in non-decreasing order, and a character target. There are at least two different characters in letters.
Return the smallest character in letters that is lexicographicall...
techie-sagar.hashnode.dev2 min read