Rename nqueens.py to n_queens.py

This commit is contained in:
Anup Kumar Panwar 2019-05-26 22:21:22 +05:30 committed by GitHub
parent 559951c181
commit cb4be75941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,4 +74,4 @@ if __name__ == '__main__':
board = nqueens(default_width)
print(board)
print_board(board)
print_board(board)