Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 922 Bytes

File metadata and controls

15 lines (11 loc) · 922 Bytes

Random Graph

Methods to generate a random graph.

  1. binarytree.py methods for generate random binary tree.
  2. caterpillartree.py methods for generate random caterpillar tree.

Requirements

  1. NetworkX

References

  1. Automatic Graph Database is a free graph theory software with a database containing graphs, available on the internet.
  2. Information System on Graph Classes and their Inclusions ISGCI is an encyclopaedia of graphclasses with an accompanying java application that helps you to research what's known about particular graph classes.
  3. Graph Theory - Reinhard Diestel