mrdavenguyen / Crossword

2 stars 0 forks source link

[Grid class] Word filling algorithm produces duplicate words #15

Open mrdavenguyen opened 1 month ago

mrdavenguyen commented 1 month ago

The word filling algorithm needs to pop words from the list when they are used and return words to the list when they are removed from the grid.