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

Permitir calcular hasta fibonacci de 90 #12

Open
martindafonte opened this issue Feb 11, 2019 · 0 comments
Open

Permitir calcular hasta fibonacci de 90 #12

martindafonte opened this issue Feb 11, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@martindafonte
Copy link
Owner

martindafonte commented Feb 11, 2019

Debe permitir además generar fibonacci de 30 en menos de 1 segundo

@martindafonte martindafonte added the enhancement New feature or request label Feb 11, 2019
dhernandezsicfe added a commit that referenced this issue Feb 11, 2019
se utiliza tail recursion para incrementar la velocidad del calculo.

issue: #12
Leonela27 added a commit that referenced this issue Feb 12, 2019
se modifica el algoritmo de cálculo de fibonacci. se modifica el cabezal de la operación CalcularFibonacci para que reciba por parámetro a los dos valores inmediato anteriores en la sucesión. Se corrige la interfaz y todas las clases donde era invocada la operación (tests y controlador)

issue: #12
gonzaguima pushed a commit that referenced this issue Aug 19, 2019
Se refactoriza para devolver long en vez de int
{issue|close}: #12
@gonzaguima gonzaguima reopened this Aug 20, 2019
Romi92 pushed a commit that referenced this issue Dec 2, 2019
…vicio(FibonacciServicios), el controller(FibonacciController).

Esto permite calcular la serie de Fibonacci, de un numero perteneciente al conjunto de los Naturales entre 0 y 90.

Issues: #4, #5 y #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants