Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 334 Bytes

Daily Coding Problem: Problem #64

Good morning! Here's your coding interview problem for today.

This problem was asked by Google.

A knight's tour is a sequence of moves by a knight on a chessboard such that all squares are visited once.

Given N, write a function to return the number of knight's tours on an N by N chessboard.