Skip to content

Commit c10bb45

Browse files
authored
Update README.md
1 parent ccd0793 commit c10bb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217
## Union Find
218218
| Title | Solution | Difficulty | Time | Space |
219219
| ----- | -------- | ---------- | ---- | ----- |
220-
[Number of Connected Components in an Undirected Graph](https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/)| [Swift](./Sort/NumberConnectedComponentsUndirectedGraph.swift)| Medium| O(nlogn)| O(n)|
221-
[Graph Valid Tree](https://leetcode.com/problems/graph-valid-tree/)| [Swift](./Sort/GraphValidTree.swift)| Medium| O(nlogn)| O(n)|
220+
[Number of Connected Components in an Undirected Graph](https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/)| [Swift](./UnionFind/NumberConnectedComponentsUndirectedGraph.swift)| Medium| O(nlogn)| O(n)|
221+
[Graph Valid Tree](https://leetcode.com/problems/graph-valid-tree/)| [Swift](./UnionFind/GraphValidTree.swift)| Medium| O(nlogn)| O(n)|
222222

223223
## Google
224224
| Title | Solution | Difficulty | Frequency |

0 commit comments

Comments
 (0)