Skip to content

Commit bf325d1

Browse files
authored
Update README.md
1 parent f0fcf85 commit bf325d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ Given a 32-bit signed integer, reverse digits of an integer.
7474

7575
[**NeedleInAHaystack.java**](https://github.com/techieJarek/coding-problems/blob/master/NeedleInAHaystack.java) -
7676
Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
77+
78+
[**MissingRanges.java**](https://github.com/techieJarek/coding-problems/blob/master/MissingRanges.java) -
79+
Given a sorted integer array where the range of elements are [0, 99] inclusive, return its
80+
missing ranges.
81+
For example, given [0, 1, 3, 50, 75], return [“2”, “4->49”, “51->74”, “76->99”]

0 commit comments

Comments
 (0)