Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iambenkis/algorithm3

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

Last synced: 18 days ago
JSON representation

c++ algorithm

Awesome Lists containing this project

README

        

This program asks the user to enter a integer number N and its calculates u(N) define by:
u(0)=3
u(n+1)=3.u(n)+4