Skip to content

Commit 568535d

Browse files
Update README.md
1 parent c8b7ce0 commit 568535d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
6262
- [Design](#design)
6363
- [Concurrency](#concurrency)
6464

65-
## Dynamic Programming
66-
67-
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
68-
| ---- | ------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ------ | ------ | ---------- | --- | --------- |
69-
| 56 | [Wildcard Matching](https://leetcode.com/problems/wildcard-matching/) | [Python](./Python/wildcard-matching.py) | _O(n^2)_ | _O(n^2)_ | Hard | |
70-
7165
## Bit Manipulation
7266

7367
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
@@ -218,6 +212,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
218212
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
219213
| --- | --------------------------------------------------------------------- | ----------------------------------------- | ------ | ------ | ---------- | ----- | ---- |
220214
| 416 | [ Partition Equal Subset Sum](https://leetcode.com/problems/partition-equal-subset-sum/)| [C++](./C++/Partition-Equal-Subset-Sum.cpp)| _O(n^2)_ | _O(n^2)_ | Medium | DP | |
215+
| 56 | [Wildcard Matching](https://leetcode.com/problems/wildcard-matching/) | [Python](./Python/wildcard-matching.py) | _O(n^2)_ | _O(n^2)_ | Hard | |
221216

222217
<br/>
223218
<div align="right">

0 commit comments

Comments
 (0)