https://github.com/levicook/union_find
Goofing around with Union-Find in Go.
https://github.com/levicook/union_find
Last synced: 10 months ago
JSON representation
Goofing around with Union-Find in Go.
- Host: GitHub
- URL: https://github.com/levicook/union_find
- Owner: levicook
- Created: 2014-09-06T21:49:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T21:49:40.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T09:13:19.124Z (over 2 years ago)
- Language: Go
- Homepage: http://algs4.cs.princeton.edu/15uf/
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
union_find
==========
union_find isn't a real library. I'm just mucking around with this stuff:
http://algs4.cs.princeton.edu/15uf/