# | Title | Solutions | Difficulty |
---|---|---|---|
48 | Rotate Image | Solution (Java, Kotlin, Python) | medium |
102 | Binary Tree Level Order Traversal | BFS (Java, Kotlin, Python) | medium |
130 | Surrounded Regions | BFS (Java, Kotlin, Python) | medium |
133 | Clone Graph | DFS (Java, Kotlin, Python) | medium |
199 | Binary Tree Right Side View | DFS (Java, Kotlin, Python) | medium |
200 | Number of Islands | BFS (Java, Kotlin, Python) | medium |
207 | Course Schedule | TopologicalSort (Java, Kotlin, Python) | medium |
210 | Course Schedule II | TopologicalSort (Java, Kotlin, Python) | medium |
261 | Graph Valid Tree | UnionFind (Java, Kotlin, Python) | medium |
286 | Walls and Gates | BFS (Java, Kotlin, Python) | medium |
323 | Number of Connected Components in an Undirected Graph | UnionFind (Java, Kotlin, Python) | medium |
417 | Pacific Atlantic Water Flow | BFS (Java, Kotlin, Python) | medium |
684 | Redundant Connection | UnionFind (Java, Kotlin, Python) | medium |
695 | Max Area of Island | BFS (Java, Kotlin, Python) | medium |
743 | Network Delay Time | Dijkstra (Java, Kotlin, Python) | medium |
875 | Koko Eating Bananas | BinarySearch (Java, Kotlin, Python) BinarySearchByStream (Java) |
medium |
994 | Rotting Oranges | BFS (Java, Kotlin, Python) | medium |
1584 | Min Cost to Connect All Points | UnionFind (Java, Kotlin, Python) | medium |
-
Notifications
You must be signed in to change notification settings - Fork 0
takuya29/leetcode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Solutions with Python/Java/Kotlin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published