Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StevenLyt/mapf-visualizer
/ linearizeLocation
Method
linearizeLocation
src/MAPFVisualizer.jsx:117–119 ·
view source on GitHub ↗
(r, c)
Source
from the content-addressed store, hash-verified
115
componentWillUnmount() {}
116
117
linearizeLocation(r, c) {
118
return this.state.numCol * r + c;
119
}
120
121
decodeLocation(loc) {
122
return {
Callers
1
requestSolution
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected