Skip to content

Commit 79b7869

Browse files
committed
removed Problem 737 since it is not free
1 parent 9b093d0 commit 79b7869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Two great online resources have been leveraged to compile the list:
2828
| 11 | [Backtracking](#backtracking) | 22 |
2929
| 12 | [Dynamic Programming](#dynamic-programming) | 30 |
3030
| 13 | [Miscellaneous (string, array, math, bit manipulation)](#miscellaneous) | 35 |
31-
| 14 | [Advanced Topics (Trie, Topological sorting, Union find)](#advanced-topics) | 15 |
32-
| | | 257 (total) |
31+
| 14 | [Advanced Topics (Trie, Topological sorting, Union find)](#advanced-topics) | 14 |
32+
| | | 256 (total) |
3333

3434
* [Time and Space Complexity of Algorithms](#complexity-of-an-algorithm-chart_with_upwards_trend)
3535
* [How to Approach a Coding Question](#how-to-approach-a-coding-question-heavy_check_mark)
@@ -418,7 +418,7 @@ algorithms such as DFS or BFS, and it is highly likely that you will be still ab
418418

419419
ID | Problem Name | Difficulty | Similar problems | Main Idea
420420
--- | ------------ | ---------- | ---------------- | ----------------------------------------------------------
421-
[684](https://leetcode.com/problems/redundant-connection/) | Redundant Connection | Medium | [1319](https://leetcode.com/problems/number-of-operations-to-make-network-connected/), [990](https://leetcode.com/problems/satisfiability-of-equality-equations/), [721](https://leetcode.com/problems/accounts-merge/), [737](https://leetcode.com/problems/sentence-similarity-ii/), [685](https://leetcode.com/problems/redundant-connection-ii/) |
421+
[684](https://leetcode.com/problems/redundant-connection/) | Redundant Connection | Medium | [1319](https://leetcode.com/problems/number-of-operations-to-make-network-connected/), [990](https://leetcode.com/problems/satisfiability-of-equality-equations/), [721](https://leetcode.com/problems/accounts-merge/), [685](https://leetcode.com/problems/redundant-connection-ii/) |
422422

423423

424424
## Complexity of an Algorithm :chart_with_upwards_trend:

0 commit comments

Comments
 (0)