Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 338 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 338 Bytes

TestFrame

Graph

Class for graph structure

  • construction of random graphs
    • clique
    • silkworm
    • jellyfish
    • forest (trivial and prufer codes)
    • paths
    • starfish
    • bounded degree trees
  • formatting and printing
  • some helper functions

Samples

Generator

/// @TODO

Solution

/// @TODO