File: algos.html

package info (click to toggle)
golly 2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,560 kB
  • ctags: 5,064
  • sloc: cpp: 38,119; python: 3,203; perl: 1,121; makefile: 58; java: 49; sh: 22
file content (20 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<title>Golly Help: Algorithms</title>
<body bgcolor="#FFFFCE">

<p>
Golly can generate patterns using a number of different algorithms:

<p>
<dd><b><a href="Algorithms/QuickLife.html">QuickLife</a></b></dd>
<dd><b><a href="Algorithms/HashLife.html">HashLife</a></b></dd>
<dd><b><a href="Algorithms/Generations.html">Generations</a></b></dd>
<dd><b><a href="Algorithms/JvN.html">JvN</a></b></dd>
<dd><b><a href="Algorithms/RuleTable.html">RuleTable</a></b></dd>
<dd><b><a href="Algorithms/RuleTree.html">RuleTree</a></b></dd>

<p>
The same information is also available in the Set Rule dialog.

</body>
</html>