mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08: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)
|
board = nqueens(default_width)
|
||||||
print(board)
|
print(board)
|
||||||
print_board(board)
|
print_board(board)
|
Loading…
Reference in New Issue
Block a user