https://github.com/chu-tianshu/random-graph
A project that involves generating random graphs and looking into their properties.
https://github.com/chu-tianshu/random-graph
network random-graph
Last synced: 11 months ago
JSON representation
A project that involves generating random graphs and looking into their properties.
- Host: GitHub
- URL: https://github.com/chu-tianshu/random-graph
- Owner: chu-tianshu
- Created: 2017-04-05T20:14:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T04:09:05.000Z (about 9 years ago)
- Last Synced: 2023-09-13T13:58:12.385Z (over 2 years ago)
- Topics: network, random-graph
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random-Graph
Random graph implementation and simulations of their statistical properties.\n
Models supported: G(n, p), GED, G(n, m) (with some modifications), BA
Properties: Connectivity, Sizes of components, Clustering coefficient, Diameter