Skip to content

Commit e05bfdd

Browse files
authored
Updated streak, and added new problem
1 parent 631368b commit e05bfdd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
4## Data Structure and Algorithms Problems
1+
## Data Structure and Algorithms Problems
22

33
<center>
44

55
![alt tag](https://raw.githubusercontent.com/mandliya/algorithms_and_ds_playground/master/image.jpg)
66

77
| Current Status| Stats |
88
| :------------: | :----------: |
9-
| Total Problems | 136 |
10-
| Current Streak | 6 days |
9+
| Total Problems | 137 |
10+
| Current Streak | 1 days |
1111
| Longest Streak | 91 ( August 17, 2015 - November 15, 2015 ) |
1212

1313
</center>
@@ -169,6 +169,7 @@ Include contains single header implementation of data structures and some algori
169169
| 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)|
170170
| Find the missing number in Arithmetic Progression | [missingNumber2.cpp](sort_search_problems/missingNumber2.cpp) |
171171
| 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) |
172173

173174
### Graph Problems
174175
| Problem | Solution |

0 commit comments

Comments
 (0)