Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 394 Bytes

File metadata and controls

10 lines (6 loc) · 394 Bytes

Balanced Structure Graph (Game ofThorns)

Files to create test data for Game of Thorns Challenge on reddit/r/dailyprogrammer Game of Thorns post

Two programs in Python 3.6+

  1. Sample test data generator, can generate balanced or unbalanced test data for up to 10000 names or numeric node names

  2. Linear time balanced structure graph.

  3. file with 10000 names to use in the data genertor.