You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2024-07 |[Leetcode-695. Max Area Of Island](https://leetcode.com/problems/max-area-of-island/description/)|[c++](./leetcode/695.max-area-of-island.cpp), [python3](./leetcode/695.max-area-of-island.py)| Breadth-First Search | O\(MN\)| O\(MN\)| - |
526
-
| 2024-07 |[Leetcode-547. Number Of Provinces](https://leetcode.com/problems/number-of-provinces/description/)|[c++](./leetcode/547.number-of-provinces.cpp), [python3](./leetcode/547.number-of-provinces.py)| Breadth-First Search | O\(N^2\)| O\(N\)| - |
| 2024-07 |[Leetcode-695. Max Area Of Island](https://leetcode.com/problems/max-area-of-island/description/)|[c++](./leetcode/695.max-area-of-island.cpp), [python3](./leetcode/695.max-area-of-island.py)| Depth-First Search | O\(MN\)| O\(MN\)| - |
555
-
| 2024-07 |[Leetcode-547. Number Of Provinces](https://leetcode.com/problems/number-of-provinces/description/)|[c++](./leetcode/547.number-of-provinces.cpp), [python3](./leetcode/547.number-of-provinces.py)| Depth-First Search | O\(N^2\)| O\(N\)| - |
| 2024-07 |[Leetcode-695. Max Area Of Island](https://leetcode.com/problems/max-area-of-island/description/)|[c++](./leetcode/695.max-area-of-island.cpp), [python3](./leetcode/695.max-area-of-island.py)| Union Find | O\(MN\)| O\(MN\)| - |
684
-
| 2024-07 |[Leetcode-547. Number Of Provinces](https://leetcode.com/problems/number-of-provinces/description/)|[c++](./leetcode/547.number-of-provinces.cpp), [python3](./leetcode/547.number-of-provinces.py)| Union Find | O\(N^2\)| O\(N\)| - |
| 2024-08 |[Leetcode-1631. Path With Minimum Effort](https://leetcode.com/problems/path-with-minimum-effort/description/)|[c++](./leetcode/1631.path-with-minimum-effort.cpp), [python3](./leetcode/1631.path-with-minimum-effort.py)| Union Find | O\(NMlogNM\)| O\(NM\)| - |
691
690
| 2024-09 |[Leetcode-200. Number Of Islands](https://leetcode.com/problems/number-of-islands/description/)|[c++](./leetcode/200.number-of-islands.cpp), [python3](./leetcode/200.number-of-islands.py)| Union Find | O\(MN\)| O\(MN\)| - |
691
+
| 2024-09 |[Leetcode-547. Number Of Provinces](https://leetcode.com/problems/number-of-provinces/description/)|[c++](./leetcode/547.number-of-provinces.cpp), [python3](./leetcode/547.number-of-provinces.py)| Union Find | O\(N^2\)| O\(N\)| - |
0 commit comments