Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-example
master
Top Level Namespace
Knight
Mouse
Position
Generated using Crystal 1.14.0
2024-11-26 07:04:23 UTC
Top Level Namespace
Defined in:
Method Summary
combi
(row, column)
fibonacci
(n)
hanoi
(n, a, b, c)
place_queens
(col, row)
search
(number, des)
Method Detail
def
combi
(row, column)
#
[
View source
]
def
fibonacci
(n)
#
[
View source
]
def
hanoi
(n, a, b, c)
#
[
View source
]
def
place_queens
(col, row)
#
[
View source
]
def
search
(number, des)
#
[
View source
]