Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ KnightTour.test.js
File
KnightTour.test.js
Backtracking/tests/KnightTour.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ OpenKnightTour } from
'../KnightTour'
2
3
describe(
'OpenKnightTour'
, () => {
4
it(
'OpenKnightTour(5)'
, () => {
Callers
nothing calls this directly
Calls
1
solve
Method · 0.45
Tested by
no test coverage detected