-
Notifications
You must be signed in to change notification settings - Fork 1
Week 6
Benjamin Campbell edited this page Mar 5, 2015
·
2 revisions
You can download the project repository here: Sample Repository.
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.