Skip to content

Commit e0cfc8e

Browse files
authored
Update 0001-1000.md
1 parent c36278b commit e0cfc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0001-1000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
## Graph
12041204
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
12051205
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
1206-
0332 | [Reconstruct Itinerary](https://leetcode.com/problems/reconstruct-itinerary/) | [C++](./C++/reconstruct-itinerary.cpp) [Python](./Python/reconstruct-itinerary.py) | _O(\|V\| + \|E\|log\|E\|)_ | _O(\|V\| + \|E\|)_ | Medium || `Hierholzer's Algorithm` |
1206+
0332 | [Reconstruct Itinerary](https://leetcode.com/problems/reconstruct-itinerary/) | [C++](./C++/reconstruct-itinerary.cpp) [Python](./Python/reconstruct-itinerary.py) | _O(\|V\| + \|E\|log\|V\|)_ | _O(\|V\| + \|E\|)_ | Medium || `Hierholzer's Algorithm` |
12071207
0399 | [Evaluate Division](https://leetcode.com/problems/evaluate-division/) | [C++](./C++/evaluate-division.cpp) [Python](./Python/evaluate-division.py) | _O(e + q)_ | _O(e)_ | Medium || `Floyd-Warshall Algorithm`, BFS, Union Find|
12081208
0765 | [Couples Holding Hands](https://leetcode.com/problems/couples-holding-hands/) | [C++](./C++/couples-holding-hands.cpp) [Python](./Python/couples-holding-hands.py) | _O(n)_| _O(n)_| Hard |||
12091209
0924 | [Minimize Malware Spread](https://leetcode.com/problems/minimize-malware-spread/) | [C++](./C++/minimize-malware-spread.cpp) [Python](./Python/minimize-malware-spread.py) | _O(n^2)_| _O(n)_| Hard || Union Find |

0 commit comments

Comments
 (0)