fibonacci-series icon indicating copy to clipboard operation
fibonacci-series copied to clipboard

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.

Results 58 fibonacci-series issues
Sort by recently updated
recently updated
newest added

In this code, i have implemented the Fibonacci sequence using direct formula

I have solved the question using 3 dp optimized soln 1. Top Down approach TC O(n) 2. Bottom Up approach TC O(n) 3. Space optimzation TC O(1)

Used a new approach to find fibonacci number in C++.

-Previously it finds the nth Fibonacci no. instead of printing it. I added a "for" loop for printing it. Also added image as proof of before and after. ![Before](https://user-images.githubusercontent.com/62020573/193422098-ac3f5da7-0949-4273-927f-2716de97e87f.png) ![After](https://user-images.githubusercontent.com/62020573/193422101-b673eeb0-6132-4495-9a40-0dca67a482dc.png)...

Added a new java code for fibonacci series, using recursion. It has safety checks, in case, the user enters invalid input. Screenshots attached below. ![ss_code1](https://user-images.githubusercontent.com/98335695/193416498-f075e0f8-5905-4221-a531-7fd37c4446b4.png) ![ss_code2](https://user-images.githubusercontent.com/98335695/193416506-063815a4-19b0-43e2-9692-219d170ef9b2.png) ![output_ss](https://user-images.githubusercontent.com/98335695/193416512-6d5a8797-ee90-4fd9-ab97-3d1a6646f2af.png)

This commit adds a recursive fibonacci program for the carbon-lang language.

Code for fibonacci series in fortran

The code was tested using the [Amstrand Emulator WinApe 2.0 Beta1](http://www.winape.net/downloads.jsp) ![imagen](https://user-images.githubusercontent.com/103027691/193373057-006a28b4-7348-4be4-a7f7-eb3fc07a5337.png) ![imagen](https://user-images.githubusercontent.com/103027691/193371898-2275a1a4-3224-42d7-9125-9f3cded26605.png) ![imagen](https://user-images.githubusercontent.com/103027691/193372383-8ae30d73-d2aa-4e98-8f26-790ed57ba2e8.png)

Adding Fibonacci implementation in pl/sql ![image](https://user-images.githubusercontent.com/94478736/193325250-7f1b2bb4-4f0a-443a-8aa7-18d8d2ac6a8f.png)