Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 130 Bytes

README.MD

File metadata and controls

1 lines (1 loc) · 130 Bytes

Two fibonacci algorithms - one naive (runs in exponential time) and one that runs in linear time. For testin & curiosity purposes.