Community Problem
Find Smallest Letter Greater Than Target
Difficulty: Easy
Classic upper_bound on a sorted character array, with a wrap-around twist that makes the binary-search invariants worth thinking through carefully.
Community Problem
Difficulty: Easy
Classic upper_bound on a sorted character array, with a wrap-around twist that makes the binary-search invariants worth thinking through carefully.