Skip to content

Commit a05d2fe

Browse files
authored
Update README.md
1 parent a5da4a4 commit a05d2fe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@
6363
- [23 Finding Duplicate in Soorted Array](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/23%20Finding%20Duplicate%20in%20Soorted%20Array.cpp)
6464
- [24 Counting Duplicate Elements In Sorted M2](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/24%20Counting%20Duplicate%20Elements%20In%20Sorted.cpp)
6565
- [25 Counting Duplicate elements using hash table (SA)](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/25%20Counting%20Duplicate%20elements%20using%20hash%20table%20(SA).cpp)
66-
- [26 Finding Duplicate in Unsoorted Array](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/26%20Finding%20Duplicate%20in%20Unsoorted%20Array.cpp)
67-
- [27 Find a pair with sum k](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/27%20Find%20a%20pair%20with%20sum%20k.cpp)
68-
- [28 Find a pair with sum k in unsorted](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/28%20Find%20a%20pair%20with%20sum%20k%20in%20unsorted.cpp)
69-
- [29 Find a pair with sum k using Hashing](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/29%20Find%20a%20pair%20with%20sum%20k%20using%20Hashing.cpp)
70-
- [30 Finding max & min in single scan](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/30%20Finding%20max%20%26%20min%20in%20single%20scan.cpp)
66+
- [26 Counting Duplicate elements using hash table (USA)](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/25%20b.%20Find%20Duplicate%20in%20unsorted%20array%20using%20hash%20table.cpp)
67+
- [27 Finding Duplicate in Unsoorted Array](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/26%20Finding%20Duplicate%20in%20Unsoorted%20Array.cpp)
68+
- [28 Find a pair with sum k](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/27%20Find%20a%20pair%20with%20sum%20k.cpp)
69+
- [29 Find a pair with sum k in unsorted](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/28%20Find%20a%20pair%20with%20sum%20k%20in%20unsorted.cpp)
70+
- [30 Find a pair with sum k using Hashing](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/29%20Find%20a%20pair%20with%20sum%20k%20using%20Hashing.cpp)
71+
- [31 Finding max & min in single scan](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/Array/30%20Finding%20max%20%26%20min%20in%20single%20scan.cpp)
7172
- [Problems on array](https://github.com/skjha1/Data-Structure-Algorithm/tree/master/Array/Problems)
7273
* [:blue_book:](https://drive.google.com/drive/folders/1VzrX63lw2w44Vr3WL8udBO5Cyc3-W5vc) [String](https://github.com/skjha1/Data-Structure-Algorithm/tree/master/String)
7374
- [01 Length of string](https://github.com/skjha1/Data-Structure-Algorithm/blob/master/String/01%20Length%20of%20string.cpp)

0 commit comments

Comments
 (0)