annotate 1-Ruby/INSTALLATION @ 101:1fae0cca1ef8

Reduce large maze to single width corridors This reduces the permutations for a x x x b x To one (two steps north) from four (two steps north; one east, two north, one west; one east, one north, one west, one north; and one north, one east, one north, one west). Longer corridors were worse! We would filter this in the "been here before via another path" but that's still a lot of lookups in lists, which is inefficient.
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Jul 2019 13:42:24 +0100
parents 3a1b8d8cd001
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3a1b8d8cd001 Add installation notes for Ruby
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 Ruby is already installed on my openSUSE box.
3a1b8d8cd001 Add installation notes for Ruby
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2
3a1b8d8cd001 Add installation notes for Ruby
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 /usr/bin/ruby (interpreter) provided by ruby2.1-2.1.2-7.23
3a1b8d8cd001 Add installation notes for Ruby
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 /usr/bin/irb (repl) provided by ruby2.1-2.1.2-7.23