An open API service indexing awesome lists of open source software.

https://github.com/ibraam-nashaat/leetcode-graphs-study-plan

Leetcode Graphs study plan solutions.
https://github.com/ibraam-nashaat/leetcode-graphs-study-plan

bfs dfs graphs graphs-algorithms graphs-theory leetcode-graphs leetcode-graphs-study-plan leetcode-solutions

Last synced: 3 months ago
JSON representation

Leetcode Graphs study plan solutions.

Awesome Lists containing this project

README

          

# Leetcode-Graphs-Study-Plan
- This repository represents my solutions to Leetcode Graphs I study plan.
- You can find the complete study plan [here](https://leetcode.com/study-plan/graph/).
## The Study Plan:
### Day 1:
- [733. Flood Fill](https://leetcode.com/problems/flood-fill/)
- [200. Number of Islands](https://leetcode.com/problems/number-of-islands/)
### Day 2:
- [695. Max Area of Island](https://leetcode.com/problems/max-area-of-island/)
- [1254. Number of Closed Islands](https://leetcode.com/problems/number-of-closed-islands/)
### Day 3:
- [1020. Number of Enclaves](https://leetcode.com/problems/number-of-enclaves/)
- [1905. Count Sub Islands](https://leetcode.com/problems/count-sub-islands/)
### Day 4:
- [1162. As Far from Land as Possible](https://leetcode.com/problems/as-far-from-land-as-possible/)
- [417. Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/)
### Day 5:
- [1091. Shortest Path in Binary Matrix](https://leetcode.com/problems/shortest-path-in-binary-matrix/)
- [542. 01 Matrix](https://leetcode.com/problems/01-matrix/)
### Day 6:
- [934. Shortest Bridge](https://leetcode.com/problems/shortest-bridge/)
- [1926. Nearest Exit from Entrance in Maze](https://leetcode.com/problems/nearest-exit-from-entrance-in-maze/)
### Day 7:
- [797. All Paths From Source to Target](https://leetcode.com/problems/all-paths-from-source-to-target/)
- [841. Keys and Rooms](https://leetcode.com/problems/keys-and-rooms/)
### Day 8:
- [547. Number of Provinces](https://leetcode.com/problems/number-of-provinces/)
- [1319. Number of Operations to Make Network Connected](https://leetcode.com/problems/number-of-operations-to-make-network-connected/)
### Day 9:
- [1376. Time Needed to Inform All Employees](https://leetcode.com/problems/time-needed-to-inform-all-employees/)
- [802. Find Eventual Safe States](https://leetcode.com/problems/find-eventual-safe-states/)
### Day 10:
- [1129. Shortest Path with Alternating Colors](https://leetcode.com/problems/shortest-path-with-alternating-colors/)
- [1466. Reorder Routes to Make All Paths Lead to the City Zero](https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero/)
- [847. Shortest Path Visiting All Nodes](https://leetcode.com/problems/shortest-path-visiting-all-nodes/)
### Day 11:
- [1306. Jump Game III](https://leetcode.com/problems/jump-game-iii/)
- [1654. Minimum Jumps to Reach Home](https://leetcode.com/problems/minimum-jumps-to-reach-home/)
- [365. Water and Jug Problem](https://leetcode.com/problems/water-and-jug-problem/)
### Day 12:
- [433. Minimum Genetic Mutation](https://leetcode.com/problems/minimum-genetic-mutation/)
- [752. Open the Lock](https://leetcode.com/problems/open-the-lock/)
- [127. Word Ladder](https://leetcode.com/problems/word-ladder/)
### Day 13:
- [997. Find the Town Judge](https://leetcode.com/problems/find-the-town-judge/)
- [1557. Minimum Number of Vertices to Reach All Nodes](https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes/)
### Day 14:
- [1615. Maximal Network Rank](https://leetcode.com/problems/maximal-network-rank/)
- [886. Possible Bipartition](https://leetcode.com/problems/possible-bipartition/)
- [785. Is Graph Bipartite?](https://leetcode.com/problems/is-graph-bipartite/)