-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added required README for documentation
- Loading branch information
Jim hejtmanek
committed
Sep 9, 2019
1 parent
328bb74
commit 9cf1af7
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Fibonacci Number Generator | ||
## Overview | ||
As part of the ANZ "go" course the first lab is to produce a piece of software that will produce the Fibonacci series for fib(7). It was also an exercise in the tour.golang.org. | ||
|
||
Generating the series was implemented as "closure" which was a requirement in the tour-golang . There are other ways to solve this problem, but I kept it as an example of closure for later reference. | ||
|
||
The function maintains state and hence has to be called sequentially. | ||
|
||
|
||
|
||
|
||
> Written with [StackEdit](https://stackedit.io/). | ||
<!--stackedit_data: | ||
eyJoaXN0b3J5IjpbLTE1MDUxNzE2NzcsNzMwOTk4MTE2XX0= | ||
--> |
File renamed without changes.
File renamed without changes.