Meebo Interview Question
7 Interview Reviews |
Back to all Meebo Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer at Meebo:
Write the function nqueens(num_rows, num_cols, num_queens) -- where num_rows and num_cols is the size of an arbitrary chess board. Function returns "true" if there exists a way to place "num_queens" queens without any queen threatening any other queen, false if it isn't possible. Efficiency is not a concern.
| Tags: | programming, algorithm, recursive algorithm, pseudocode See more , See less 8 |
Helpful Question?
Yes |
No
Inappropriate?
0 of 0 people found this helpful
by Interview Candidate: