Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iambenkis/algorithm4

c++ algorithm
https://github.com/iambenkis/algorithm4

Last synced: 22 days ago
JSON representation

c++ algorithm

Awesome Lists containing this project

README

        

# algorithm4
c++ algorithm
This program asks the user to enter an N integer and it calculates u(N) defines by:
u(0)=1
u(1)=1
u(n+1)=u(n)+u(n-1)