Skip to content

Files

Latest commit

5d463e3 · Feb 18, 2020

History

History

problem038

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 8, 2020
Feb 18, 2020
Feb 8, 2020

Daily Coding Problem: Problem #38 [HARD]

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

This problem was asked by Microsoft.

You have an N by N board. Write a function that, given N, returns the number of possible arrangements of the board where N queens can be placed on the board without threatening each other, i.e. no two queens share the same row, column, or diagonal.