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
|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**|
429
429
|20|**[1153. String Transforms Into Another String](https://tinyurl.com/sv9hpo8)**|[Python](https://tinyurl.com/wu6rdaw/1153_String_Transforms_Into_Another_String.py)|**[Vid 1](https://tinyurl.com/ty2ga7d)**, [Vid 2](https://tinyurl.com/vxr9zxp), [Art 1](https://tinyurl.com/rklzgkk), [Art 2](https://tinyurl.com/seb6vqq), [Art 3](https://tinyurl.com/vfjwn5h), [Art 4](https://tinyurl.com/w62hpq2), [Art 5](https://tinyurl.com/tteucry), [Art 6](https://tinyurl.com/uvctnvz)| Extremely Hard |**TODO: Check again. Very Important and tricky, Learned new things. Digraph.**|
|22|[261. Graph Valid Tree](https://tinyurl.com/uw9ndt6)|[Python](https://tinyurl.com/wu6rdaw/261_Graph_Valid_Tree.py)|[Art 1](https://tinyurl.com/yx6ehrfu), **[Art 2](https://tinyurl.com/tlw6vda)**, **[Art 3](https://tinyurl.com/yhs85tj3)**, [Art 4](https://tinyurl.com/ydkfcc5x)| Medium | Important. BFS, DFS and [Union Find](https://tinyurl.com/yhs85tj3)|
431
+
|22|**[261. Graph Valid Tree](https://tinyurl.com/uw9ndt6)**|[Python](https://tinyurl.com/wu6rdaw/261_Graph_Valid_Tree.py)|[Art 1](https://tinyurl.com/yx6ehrfu), **[Art 2](https://tinyurl.com/tlw6vda)**, **[Art 3](https://tinyurl.com/yhs85tj3)**, [Art 4](https://tinyurl.com/ydkfcc5x)| Medium | Important. BFS, DFS and [Union Find](https://tinyurl.com/yhs85tj3)|
432
+
|23|**[1168. Optimize Water Distribution in a Village](https://tinyurl.com/ygh8sahd)**|[Python](https://tinyurl.com/wu6rdaw/1168_Optimize_Water_Distribution_in_a_Village.py)|**[Art 1](https://tinyurl.com/yjwwoxv3)**, **[Art 2](https://tinyurl.com/yhc3a7yr)**, **[Art 3](https://tinyurl.com/yf7fjz4v)**, [Art 4](https://tinyurl.com/yh7n9wps)| Hard | TODO: Check AGain. Prim's and Kruskal's algorithm. Important. |
432
433
433
434
434
435
</p>
@@ -936,12 +937,14 @@ Learn the following modules by heart. Just knowing all of the following items wi
936
937
<p>
937
938
938
939
01.[Graph Theory Playlist](https://tinyurl.com/rfgy88b)
939
-
02.[Graph Theory Playlist 2](https://tinyurl.com/vgbgdl2)
940
+
02.[Graph Theory Playlist 2](https://tinyurl.com/yfa57nc5)
0 commit comments