gen_at_graph - Online in the Cloud

This is the command gen_at_graph that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gen_at_graph - generates a random graph for use in algotutor.

SYNOPSIS


gen_at_graph [OPTION] ...

DESCRIPTION


gen_at_graph generates a random graph for use in algotutor. Currently the only type of
graph it can generate is a rectangular grid of vertices. Each vertex is connected to at
most 8 adjacent vertices around it.

OPTIONS


-r ROWS
generate ROWS rows of vertices

-c COLS
generate COLS columns of vertices

-w WIDTH
make each grid cell WIDTH pixel wide

-h HEIGHT
make each grid cell HEIGHT pixel high

-l LOWER
make all random numbers greater than or equal to LOWER

-u UPPER
make all random numbers less than (but never equal to) UPPER

-d PATTERN
specify the probability of generating each diagonal

Use gen_at_graph online using onworks.net services



Latest Linux & Windows online programs