mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
Rename nqueens.py to n_queens.py
This commit is contained in:
committed by
GitHub
parent
559951c181
commit
cb4be75941
@@ -74,4 +74,4 @@ if __name__ == '__main__':
|
||||
|
||||
board = nqueens(default_width)
|
||||
print(board)
|
||||
print_board(board)
|
||||
print_board(board)
|
||||
Reference in New Issue
Block a user