MCPcopy Create free account
hub / github.com/Mehulcoder/Coding-ninjas-competitive / solvePuzzle

Function solvePuzzle

Backtracking/check.cpp:83–127  ·  view source on GitHub ↗

this function recursively checks for every word that can align vertically in one loop and in another loop it checks for those words that can align horizontally words -> it contains all the words to fill in a crossword puzzle matrix -> it contain the current state of crossword index -> it represent the index of current word n -> it represent the length of row or column of the square matrix

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 3

checkVerticalFunction · 0.85
checkHorizontalFunction · 0.85
printMatrixFunction · 0.85

Tested by

no test coverage detected