Skip to content

combermere246/recur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recursion

Try your hand at a recursive function

Compilation Instructions

Note you can compile manually or use make (see below)

Manually

  • Compile with g++ -std=c++14 *.cpp -o recursion.out

  • Run with ./recursion.out


Make

  • Compile with make

  • Run with make run

About

A simple recursive program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.4%
  • Makefile 24.6%