Don Page

I enjoy growing software and experiencing life.

Fibonacci sequence using Linked Lists

Fibonacci Calculator C++

Learn how a doubly linked list can be used to calculate the Fibonacci sequence at a certain term. This could be done in many different and more efficient ways, but this project could help you understand how doubly linked lists work. This Fibonacci Program was written in c++.