File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Your ideas/fixes/algorithms are more than welcome!
20
20
21
21
## Algorithms
22
22
23
- | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
24
- |-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
23
+ | # | Title | Solutions | Time | Space | Difficulty | Tag
24
+ |-----|----------------|---------------|---------------|---------------|-------------|--------------
25
25
| 750| [ Number Of Corner Rectangles] ( https://leetcode.com/problems/number-of-corner-rectangles/ ) | [ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_750.java ) | O((m* n)^2) | O(1) | Medium|
26
26
| 748| [ Shortest Completing Word] ( https://leetcode.com/problems/shortest-completing-word/ ) | [ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_748.java ) | O(n) | O(1) | Easy|
27
27
| 746| [ Min Cost Climbing Stairs] ( https://leetcode.com/problems/min-cost-climbing-stairs/ ) | [ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_746.java ) | O(n) | O(1) | Easy|
You can’t perform that action at this time.
0 commit comments