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
|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)|
434
434
|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. |
0 commit comments