Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

rwgrier/fibonacci-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Sequence Medium Post

This projects includes three different methods for generating Fibonacci numbers at a given index. Recursion, Recursion with memoization and Binet’s Fibonacci number formula in both Swift and Objective-C. It's been updated to Swift 3 syntax.

Medium Post: Fibonacci Sequence

How To Run

The Swift examples are in Xcode Playgrounds. All you need is Xcode 8.x to run.

The Objective-C examples were written with CodeRunner 2, you may be able to run them a different way, but I haven't tried.

Creator

Ryan Grier
@rwgrier

License

These examples are made available under the MIT license. See the LICENSE file for more info.

About

Code Samples for Fibonacci Sequence Medium Post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published