diff --git a/other/nqueens.py b/other/n_queens.py similarity index 98% rename from other/nqueens.py rename to other/n_queens.py index 1b1c75878..0e80a0cff 100644 --- a/other/nqueens.py +++ b/other/n_queens.py @@ -74,4 +74,4 @@ if __name__ == '__main__': board = nqueens(default_width) print(board) - print_board(board) \ No newline at end of file + print_board(board)