Skip to content

Conversation

AlessandroVerzella
Copy link
Collaborator

I did the exercise without using recursion. The base case is the equality of the two strings and whether one or both strings are empty.
However, I am having difficulty decomposing the problem to find the recursive function. I should start with the last character of both strings, but I do not know how to proceed.
Could we please look at this together in the mentorship?

@aleattene aleattene changed the title Solution m3-001 Solution m3-003 Aug 22, 2024
@aleattene aleattene changed the title Solution m3-003 feat(m3): add solution exe 003 Aug 22, 2024
@aleattene
Copy link

However, I am having difficulty decomposing the problem to find the recursive function. I should start with the last character of both strings, but I do not know how to proceed.

In this and the next exercise you just have to follow the algorithm as described in the README file

Could we please look at this together in the mentorship?

Of course yes.

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