Skip to content

Instantly share code, notes, and snippets.

View gjb2048's full-sized avatar
👨‍🚀
On a mission

Gareth J Barnard gjb2048

👨‍🚀
On a mission
View GitHub Profile
/* Recursion vs loops example.
(c) G J Barnard May 2013
License:
http://creativecommons.org/licenses/by-nc-nd/3.0/
*/
#include <iostream>
using namespace std;
#include <sys/time.h>
class Recursion