Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iambenkis/algorithms5

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

Last synced: 18 days ago
JSON representation

c++ algorithm

Awesome Lists containing this project

README

        

# algorithms5
c++ algorithm
This program asks a user to enter an integer N and it calculates u(N) defines by:
u(0)=3
u(1)=2
u(n)=n.u(n-1)+(n+1).u(n-2)+n