-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
feat: add pathfinding exercise #2537
Conversation
Degrees of separation make me think of https://en.m.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon. Maybe we could add a Kevin as a homage? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely!
I've been trying to implement this one in Elixir, but I'm having trouble solving it, I think some cases may have issues.
@vaeng could you help me here? Also in general, I like having large inputs, but only at the end when all base case have been covered. The cousin case, for example could be much smaller, it took me a long time to verify by hand. |
This is an idea I proposed on Discord as a reaction to @ErikSchierboom's call for exercises.