Skip to content

Commit 041bf50

Browse files
committed
Update README - Topic Tags
1 parent 64bf171 commit 041bf50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ A collection of LeetCode questions to ace the coding interview!
2222
| [0075-sort-colors](https://github.com/5codeman/Data-Structures-and-Algorithms-Questions/tree/master/0075-sort-colors) |
2323
| [0118-pascals-triangle](https://github.com/5codeman/Data-Structures-and-Algorithms-Questions/tree/master/0118-pascals-triangle) |
2424
| [0121-best-time-to-buy-and-sell-stock](https://github.com/5codeman/Data-Structures-and-Algorithms-Questions/tree/master/0121-best-time-to-buy-and-sell-stock) |
25+
| [2358-number-of-ways-to-split-array](https://github.com/5codeman/Data-Structures-and-Algorithms-Questions/tree/master/2358-number-of-ways-to-split-array) |
2526
## Hash Table
2627
| |
2728
| ------- |
@@ -55,4 +56,8 @@ A collection of LeetCode questions to ace the coding interview!
5556
| |
5657
| ------- |
5758
| [0048-rotate-image](https://github.com/5codeman/Data-Structures-and-Algorithms-Questions/tree/master/0048-rotate-image) |
59+
## Prefix Sum
60+
| |
61+
| ------- |
62+
| [2358-number-of-ways-to-split-array](https://github.com/5codeman/Data-Structures-and-Algorithms-Questions/tree/master/2358-number-of-ways-to-split-array) |
5863
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)