Skip to content

initial #10

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 1 commit into
base: master
Choose a base branch
from
Open

initial #10

wants to merge 1 commit into from

Conversation

ekjotmultani
Copy link

@ekjotmultani ekjotmultani commented Dec 2, 2022

CS Games 2023 Team A Application

Full Name

Ekjot Multani

UWindsor Email

[email protected]

Application Form

Briefly explain how your solution works and how to run it

My solution parses the input exactly as given in the problem statement. To run it, simply run python3 solution.py, and then enter the board and the word and then enter.

The algorithm to solve the problem is a depth first search on each element of the board with backtracking every time we visit an element that is invalid for the string we are attempting to find.

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