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

feat(recursiveFibonacci): create exercise #454

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

nikitarevenco
Copy link
Contributor

@nikitarevenco nikitarevenco commented May 3, 2024

Because

It was decided to add new recursion exercises

This PR

  • Adds new exercise

Issue

Related to #27265

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this PR follows the location of change: brief description of change format, e.g. 01_helloWorld: Update test cases
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If this PR includes any changes that affect the solution of an exercise, I've also updated the solution in the /solutions folder

@nikitarevenco nikitarevenco changed the title (?) New exercise | Tower of Hanoi (?) New exercise | Recursive Fibonacci May 3, 2024
@nikitarevenco nikitarevenco changed the title (?) New exercise | Recursive Fibonacci (21) New exercise | Recursive Fibonacci May 3, 2024
@nikitarevenco nikitarevenco changed the title (21) New exercise | Recursive Fibonacci feat(recursiveFibonacci): create exercise Aug 9, 2024
@MaoShizhong
Copy link
Contributor

@JoshDevHub How would you like fib/mergeSort to be handled?

@JoshDevHub
Copy link
Contributor

JoshDevHub commented Aug 26, 2024

I'm not 100% sure what to do about these yet, and it'll require a bit more discussion with the team I think. Like going ahead with this would probably mean dissolving the current recursion project and orphaning all existing submissions. Is that worth having a TDD experience? Maybe, maybe not.

In any case, I think this can be tackled independently from the other recursion exercises, which are more straightforward to add in.

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.

3 participants