gen_at_graph - generates a random graph for use in algotutor.
Contents
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.
License
This code is distributed under the GNU General Public License
Name
gen_at_graph - generates a random graph for use in algotutor.
Options
-rROWS
generate ROWS rows of vertices
-cCOLS
generate COLS columns of vertices
-wWIDTH
make each grid cell WIDTH pixel wide
-hHEIGHT
make each grid cell HEIGHT pixel high
-lLOWER
make all random numbers greater than or equal to LOWER
-uUPPER
make all random numbers less than (but never equal to) UPPER
-dPATTERN
specify the probability of generating each diagonal
See Also
Please see /usr/share/doc/algotutor/doc/ for the full set of documentations.
perl v5.34.0 2022-04-12 GEN_AT_GRAPH(1)
Synopsis
gen_at_graph [OPTION] ...
