Railway circuit: Difference between revisions

m
m (syntax highlighting fixup automation)
Line 664:
 
=={{header|Julia}}==
<syntaxhighlight lang="rubyjulia">
#=
Exhaustive search for complete railway (railroad track) circuits. A valid circuit begins and ends at the
same point faciing in the same direction. Track are either right handed or left handed 30 degree
Line 694 ⟶ 695:
 
Graphic displays of solutions are via a Gtk app and Cairo graphics.
=#
""" Rosetta Code task rosettacode.org/wiki/Railway_circuit. """
 
4,103

edits