Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellwrosen/min-spanning-tree
Given a subset of nodes from a graph, determine a minimum spanning tree compirising all of the input nodes and (probably) others from the graph.
https://github.com/mitchellwrosen/min-spanning-tree
Last synced: about 1 month ago
JSON representation
Given a subset of nodes from a graph, determine a minimum spanning tree compirising all of the input nodes and (probably) others from the graph.
- Host: GitHub
- URL: https://github.com/mitchellwrosen/min-spanning-tree
- Owner: mitchellwrosen
- Created: 2012-08-05T23:12:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-08T01:09:05.000Z (over 12 years ago)
- Last Synced: 2024-10-22T06:55:10.415Z (3 months ago)
- Language: Java
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
min-spanning-tree
=================Given a subset of nodes from a graph, determine a minimum spanning tree compirising all of the input nodes and (probably) others from the graph.