add name of problem on readme

pull/1283/head
mohameddhamed 2023-11-23 19:34:53 +01:00
parent 9e9947cc2e
commit 9632bc626d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- [Counting Inversions](Arrays/counting-inversions.cpp)
- [Dutch Flag Algorithm](Arrays/dutch-flag-algo.cpp)
- [Longest Increasing Subsequence](Arrays/longest-increasing-subsequence.cpp)
- [Left Rotation](Arrays/left-rotation.cpp)
- [Max Subarray Sum](Arrays/max-subarray-sum.cpp)
- [Shift Negatives](Arrays/shift-negatives.cpp)