Skip to content
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

Add word-search exercise #133

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

ageron
Copy link
Contributor

@ageron ageron commented Oct 7, 2024

I struggled a bit with this one: I tried to avoid the brute-force solution, but my code got really long and ugly, so I reverted to the brute-force approach. It might not be the fastest, but it's fairly easy to understand.

Copy link
Contributor

@isaacvando isaacvando left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@isaacvando isaacvando merged commit 4078e1a into exercism:main Oct 9, 2024
4 checks passed
@ageron ageron deleted the add-word-search branch October 9, 2024 19:27
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.

2 participants