This challenge from LeetCode may be found at the following URL: https://leetcode.com/problems/summary-ranges/?tab=Description
If interested, following is a screen capture from my Eclipse IDE:
>>> N: 6 <== number of numbers that follows
0 1 2 4 5 7 <== sorted numbers
summary: [0->2, 4->5, 7] Continue reading “Summary Ranges”