Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mazebot-crystal
master
Top Level Namespace
Mazebot
Dijkstra
ExampleSolution
Graph
Maze
Node
NodeData
PriorityQueue
SolutionResponse
Built with Crystal 1.9.2
2023-10-07 11:12:52 UTC
struct
Mazebot::NodeData
Mazebot::NodeData
Struct
Value
Object
Defined in:
mazebot/node.cr
Constructors
.new
(x : Number::Primitive, y : Number::Primitive, character : String)
Instance Method Summary
#character
: String
#to_s
(io)
#x
: Number::Primitive
#y
: Number::Primitive
Constructor Detail
def self.
new
(x : Number::Primitive, y : Number::Primitive, character : String)
#
[
View source
]
Instance Method Detail
def
character
: String
#
[
View source
]
def
to_s
(io)
#
[
View source
]
def
x
: Number::Primitive
#
[
View source
]
def
y
: Number::Primitive
#
[
View source
]