File: algos.html

package info (click to toggle)
golly 3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,176 kB
  • sloc: cpp: 72,638; ansic: 25,919; python: 7,921; sh: 4,245; objc: 3,721; java: 2,781; xml: 1,362; makefile: 530; javascript: 279; perl: 69
file content (18 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<body bgcolor="#FFFFCE">

<h2>Algorithms</h2>

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

<p>
<ul><li><b><a href="Algorithms/QuickLife.html">QuickLife</a></b></ul>
<ul><li><b><a href="Algorithms/HashLife.html">HashLife</a></b></ul>
<ul><li><b><a href="Algorithms/Generations.html">Generations</a></b></ul>
<ul><li><b><a href="Algorithms/Larger_than_Life.html">Larger than Life</a></b></ul>
<ul><li><b><a href="Algorithms/JvN.html">JvN</a></b></ul>
<ul><li><b><a href="Algorithms/RuleLoader.html">RuleLoader</a></b></ul>

</body>
</html>