Skip to content
Benjamin Campbell edited this page Mar 5, 2015 · 2 revisions

Git Alphabet

You can download the project repository here: Sample Repository.

Fibonacci Merge

If your intersted in a more conveluted merge, I've included a simple fibonacci summation program. The master branch has an existing recursive implementation but it much too slow at big enough values of n. There is a new iterative implementation of the two methods in the iterative_refactor branch. This merge is complicated by the fact that both implementations were done concurrently.

You can download the project repository here: Fibonacci Merge Repository.

Clone this wiki locally