Skip to content

Commit ade1bc2

Browse files
authored
Merge 4d9b2f8 into 7bb3a82
2 parents 7bb3a82 + 4d9b2f8 commit ade1bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/scala/org/questions/arrays/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Example :
55
! ! !
66
1 + 3 + 5 = 9. Therefore, 9 is the answer.
77

8-
#TwoSum
8+
# TwoSum
99
Given an array, find a pair in the array that would add up to the given sum.
1010

1111

12-
#LongestIncreasing
13-
Given an array of integers, find the longest increasing sub-sequence.
12+
# LongestIncreasing
13+
Given an array of integers, find the longest increasing sub-sequence.

0 commit comments

Comments
 (0)