Skip to content

Split fibonacci into categories #263

@kelvins

Description

@kelvins

There are different types of Fibonacci implementations in different languages.
Sometimes multiple implementations in the same file.

We could use the same approach used by "Min and Max" and split it into 3 categories:

  • Fibonacci (Iterative)
  • Fibonacci (Recursive)
  • Fibonacci (Memoization)

This task is related to:

  • Split the Fibonacci row (README) into 3 rows, as described above.
  • Check the current implementation in each language and move it to the correct category.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions