Add multiprocessing for board solving

This commit is contained in:
2022-09-01 12:42:02 -04:00
parent 50d4625b84
commit 0cdd3895ee
2 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ if __name__ == '__main__':
print("\nBOARD")
print(boggle_board)
for start_pos, tree in boggle_tree.items():
print(f"\nStarting @ {start_pos}...")
for word in tree.word_paths: