Skip to content

Commit 6f8ecdf

Browse files
chore: Update README with new problem
1 parent 29d7c27 commit 6f8ecdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![repo stars](https://img.shields.io/github/stars/saulmaldonado/ds-and-algorithms?style=social)
44
![github followers](https://img.shields.io/github/followers/saulmaldonado?style=social)
55
![time since last commit](https://img.shields.io/github/last-commit/saulmaldonado/ds-and-algorithms)
6-
![number of problems](https://img.shields.io/badge/no.%20of%20problems-6-green)
6+
![number of problems](https://img.shields.io/badge/no.%20of%20problems-7-green)
77

88
> Data structures and algorithm problems with solution implementations for different languages
99
@@ -18,6 +18,10 @@
1818
<a href="arrays/kth-missing-positive-number">
1919
Kth Missing Positive Number
2020
</a> - easy
21+
</li><li>
22+
<a href="arrays/2sum">
23+
2sum
24+
</a> - Easy
2125
</li><li>
2226
<a href="arrays/sum-of-absolute-differences-in-a-sorted-array">
2327
Sum Of Absolute Differences In A Sorted Array

0 commit comments

Comments
 (0)