Some coding exercises

Clone this repo:

Branches

  1. c21428d update Makefile by Bobby Ho · 7 years ago master
  2. 55c493e correct spelling error by Bobby Ho · 7 years ago
  3. 8eef00a update text format by Bobby Ho · 7 years ago
  4. a59b973 Update format by Bobby Ho · 7 years ago
  5. a24e6c9 Add google unit test files by Bobby Ho · 7 years ago

use the following command to compile: g++ -g -std=c++0x recursion.cpp -o recursion

OR run "make" to compile to the recursion program

The recursion.cpp program in the google_unit_test directory uses the Google Unit Test Framework. Please see README.md in that directory for compiling instructions.