Romi904 / Durmello

Developer Roadmap22, Contribute Genuine Contribution/Project, Don't Copy Paste Other Code, If Your Contribution is good then You Will be labelled.Happy Coding 🌟
MIT License
30 stars 86 forks source link

Add optimize water supply to village solution #221

Closed yp9967 closed 1 year ago

yp9967 commented 1 year ago

Hi,

I have created a python code attempting to solve problem Optimize water supply to village: https://leetcode.com/problems/optimize-water-distribution-in-a-village/

I have solved this problem by myself and I used graph disjoint set concept for the same. Happy to contribute to your repo :)