Skip to content

An implementation of the Fibonacci Sequence (purposefully unfinished) written in Swift for iOS 8.

Notifications You must be signed in to change notification settings

7OOTnegaTerces/FibonacciSequence-Assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fibonacci Sequence (Assignment)

An implementation of the Fibonacci Sequence (purposefully unfinished) written in Swift for iOS 8.

By definition, the first two numbers in the Fibonacci sequence are 1 and 1, or 0 and 1, depending on the chosen starting point of the sequence, and each subsequent number is the sum of the previous two.

Notes

This project is part of Thinkful's course Intro to iOS Programming in Swift

In short, you need to set the value of self.values inside the init functions.

About

An implementation of the Fibonacci Sequence (purposefully unfinished) written in Swift for iOS 8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published