Skip to content

Commit 68ecb85

Browse files
Update problem progress for Array topic
1 parent 9ecba0a commit 68ecb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each folder represents a DSA topic and contains **clean, optimized code** with c
1010

1111
| 🗂️ Topic | 📊 Progress | Problems Solved |
1212
|-----------|------------|----------------|
13-
| Array |25 | 1. Two Sum II<br>2. Move Zeroes<br>3. Remove Duplicates<br>4. Remove Element<br>5. Squares of a Sorted Array<br>6. Container With Most Water<br>7. Find Duplicate<br>8. Find Peak Element<br>9. Search Insert Position<br>10. Maximum Subarray<br>11. Maximum Product Subarray<br>12. Binary Search<br>13. Find First and Last Position<br>14. Search in Rotated Array<br>15. Kth Largest Element<br>Running Sum<br>16. Find Pivot Index<br>17. Product of Array Except Self<br>18. Find Middle Index<br>19. Find Highest Altitude<br>20. Range Sum Query<br>21. Contains Duplicate<br>22. Majority Element<br>23. Unique Number of Occurrences |
13+
| Array |23 | 1. Two Sum II<br>2. Move Zeroes<br>3. Remove Duplicates<br>4. Remove Element<br>5. Squares of a Sorted Array<br>6. Container With Most Water<br>7. Find Duplicate<br>8. Find Peak Element<br>9. Search Insert Position<br>10. Maximum Subarray<br>11. Maximum Product Subarray<br>12. Binary Search<br>13. Find First and Last Position<br>14. Search in Rotated Array<br>15. Kth Largest Element<br>16. Find Pivot Index<br>17. Product of Array Except Self<br>18. Find Middle Index<br>19. Find Highest Altitude<br>20. Range Sum Query<br>21. Contains Duplicate<br>22. Majority Element<br>23. Unique Number of Occurrences |
1414
| String | ✅ 9 | Reverse String<br>Reverse String II<br>Reverse Only Letters<br>Reverse Vowels<br>Roman to Integer<br>Valid Parentheses<br>Valid Palindrome<br>Valid Anagram<br>Find the Index of the First Occurrence in a String |
1515
| Linked List (LL) | 🚧 0 | Coming Soon |
1616
| Stack & Queue | 🚧 0 | Coming Soon |

0 commit comments

Comments
 (0)