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
|13|**[490. The Maze](https://tinyurl.com/srh3vzz)**|[Python](https://tinyurl.com/wu6rdaw/490_The_Maze.py)|**[codinginterviewclass.com](https://tinyurl.com/qo5rrt4)**, [Vid 1](https://tinyurl.com/s9wse7o), **[Art 1](https://tinyurl.com/ueg56of)**, **[Art 2](https://tinyurl.com/wyn5yrl)**, [Art 3](https://tinyurl.com/t95pdp4), [Art 4](https://tinyurl.com/wxvd26q), [Art 5](https://tinyurl.com/vmjgh6v)| Medium |**Modified BFS and DFS**|
515
515
|14|**[130. Surrounded Regions](https://tinyurl.com/tnmbzep)**|[Python](https://tinyurl.com/wu6rdaw/130_Surrounded_Regions.py)|**[codinginterviewclass.com](https://tinyurl.com/uclclqk)**, **[Art 1](https://tinyurl.com/yx859xh6)**, **[Art 2](https://tinyurl.com/wbnnm8n)**| Medium |**TODO: Solve it using Union Find. Modified BFS and DFS**|
516
516
|15|**[127. Word Ladder](https://tinyurl.com/y99azp8z)**|[Python](https://tinyurl.com/wu6rdaw/127_Word_Ladder.py)|**[backtobackswe.com](https://tinyurl.com/y9thba6e)**, **[Official](https://tinyurl.com/y99azp8z)**, **[Art 1](https://tinyurl.com/ya3vr264)**| Medium |**Very important and tricky. Modified BFS. Shortest Path finding**|
517
-
|16|**[126. Word Ladder II](https://tinyurl.com/jubpmll)**|[Python](https://tinyurl.com/wu6rdaw/126_Word_Ladder_II.py)|**[backtobackswe.com](https://tinyurl.com/y9thba6e)**, **[Official](https://tinyurl.com/y99azp8z)**, **[Vid 1](https://tinyurl.com/ws465le)**, **[Art 1 - Must](https://tinyurl.com/y89mjm4c)**| Hard |**TODO: Not Done. Extremely tricky. Modified BFS. Learned [Bidirectional Search](https://tinyurl.com/vx3oqbf)**|
517
+
|16|**[126. Word Ladder II](https://tinyurl.com/jubpmll)**|[Python](https://tinyurl.com/wu6rdaw/126_Word_Ladder_II.py)|**[backtobackswe.com](https://tinyurl.com/y9thba6e)**, **[Official](https://tinyurl.com/y99azp8z)**, **[Vid 1](https://tinyurl.com/ws465le)**, **[Vid 2](https://tinyurl.com/y7apdbwu)**, **[Art 1 - Must](https://tinyurl.com/y89mjm4c)**| Hard |**TODO: Not Done. Extremely tricky. Modified BFS. Learned [Bidirectional Search](https://tinyurl.com/vx3oqbf)**|
518
518
|17|**[785. Is Graph Bipartite?](https://tinyurl.com/wvwqw2j)**|[Python](https://tinyurl.com/wu6rdaw/785_Is_Graph_Bipartite.py)|**[codinginterviewclass.com](https://tinyurl.com/s4qseoz)**, **[Official](https://tinyurl.com/rynbqly)**| Medium |**Important, Learned new things. Undirected Graph**|
519
519
|18|**[133. Clone Graph](https://tinyurl.com/y42nwqz8)**|[Python](https://tinyurl.com/wu6rdaw/133_Clone_Graph.py)|**[codinginterviewclass.com](https://tinyurl.com/tnca94n)**, **[Official](https://tinyurl.com/usxjk49)**| Medium |**Important, Learned new things. Undirected Graph**|
520
520
|19|**[332. Reconstruct Itinerary](https://tinyurl.com/gn2mv3k)**|[Python](https://tinyurl.com/wu6rdaw/332_Reconstruct_Itinerary.py)|[Vid 1](https://tinyurl.com/w47evd9), [Vid 2](https://tinyurl.com/uvop34p), [Art 1](https://tinyurl.com/tsy24pl), [Art 2](https://tinyurl.com/srazxo3), [Art 3](https://tinyurl.com/wluob5j), **[Art 4](https://tinyurl.com/y4s9crf6)**| Medium |**Important, Learned new things. Directed Graph. Eulerian path and top Sort**|
0 commit comments