mirror of
https://codeberg.org/cblanken/boggler.git
synced 2026-07-26 03:29:26 -04:00
Add multiprocessing for board solving
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user