### Article description Disjoin Set in C++ **References** * https://leetcode.com/problems/minimum-score-of-a-path-between-two-cities/editorial/ * Reference 2 ### Topic Disjoin Set ### Programming language C++ ### Article Checklist - [ ] ℹ️ Definition - [ ] 🎨 Design - [ ] 💻 Implementation - [ ] 📈 Complexity Analysis - [ ] 🔗 Further Reading - [ ] 🏁 Update README - [ ] Update link in README.md (for general) - [ ] Update link to concrete implementation