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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ Include contains single header implementation of data structures and some algori
178
178
| Find the missing number in Arithmetic Progression |[missingNumber2.cpp](sort_search_problems/missingNumber2.cpp)|
179
179
| Find the common elements in 3 sorted vectors |[commonIn3Arrays.cpp](sort_search_problems/commonIn3Arrays.cpp)|
180
180
| 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)|
181
+
| Given an array, find peak element in it. A peak element is an element that is greater than its neighbors.|[peak_element.cpp](sort_search_problems/peak_element.cpp)|
0 commit comments