https://github.com/caneroj1/mergingcommunities-hs
Solution to https://www.hackerrank.com/challenges/merging-communities
https://github.com/caneroj1/mergingcommunities-hs
Last synced: about 2 months ago
JSON representation
Solution to https://www.hackerrank.com/challenges/merging-communities
- Host: GitHub
- URL: https://github.com/caneroj1/mergingcommunities-hs
- Owner: caneroj1
- License: mit
- Created: 2016-09-29T03:05:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T03:08:39.000Z (over 8 years ago)
- Last Synced: 2025-02-03T11:47:46.036Z (4 months ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MergingCommunities-hs
Solution to MergingCommunities on Hackerrank. Utilizes the UnionFind algorithm.