Skip to content

My solution #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

thibert-derek
Copy link

@thibert-derek thibert-derek commented Dec 3, 2022

PLEASE FILL IN THE FOLLOWING!

Full Name

Derek Thibert

UWindsor Email

[email protected]

Application Form

Briefly explain how your solution works and how to run it

My solution uses a backtracking solution, which is pretty much brute force which goes through every cell to find a letter that matches the word. The answer starts with the word's first letter (if found) on the grid and then scopes the letter's neighbours for a match without using the same letter cell.

To run it: make sure Python is installed and extensions are installed in Visual Studio Code. Click on the triangle in the upper right-hand corner of Visual Studio Code and click on "Run Python File".

You can also type "py solution.py" in the terminal to run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant