mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
Rename nqueens.py to n_queens.py
This commit is contained in:
parent
559951c181
commit
cb4be75941
|
@ -74,4 +74,4 @@ if __name__ == '__main__':
|
|||
|
||||
board = nqueens(default_width)
|
||||
print(board)
|
||||
print_board(board)
|
||||
print_board(board)
|
Loading…
Reference in New Issue
Block a user