You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Longest Streak | 91 ( August 17, 2015 - November 15, 2015 ) |
12
12
13
13
</center>
@@ -169,6 +169,7 @@ Include contains single header implementation of data structures and some algori
169
169
| Given an unsorted array arr[0..n-1] of size n, find the minimum length subarray arr[s..e] such that sorting this subarray makes the whole array sorted. |[minLengthUnsortedArray.cpp](sort_search_problems/minLengthUnsortedArray.cpp)|
170
170
| Find the missing number in Arithmetic Progression |[missingNumber2.cpp](sort_search_problems/missingNumber2.cpp)|
171
171
| Find the common elements in 3 sorted vectors |[commonIn3Arrays.cpp](sort_search_problems/commonIn3Arrays.cpp)|
172
+
| Find all the pairs with a given sum in an unsorted array/vector |[find_pairs_with_sum.cpp](sort_search_problems/find_pairs_with_sum.cpp)|
0 commit comments