Skip to content

Commit d90a153

Browse files
author
Karan Goel
committed
Merge pull request karan#383 from iamvoid13/master
added fibonacci in cpp
2 parents 93ddf8e + c331c7b commit d90a153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Numbers
1515

1616
**Fibonacci Sequence** - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/fibonacci.py) [[timkaboya (Python)]](https://github.com/timkaboya/cached_fibo/blob/master/cached_fibo.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/fibonacci.py) [[mayankj08 (Bash)]](https://github.com/mayankj08/Shell-Script-Collection/blob/master/calcualte_fibonacci_numbers.sh) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Fibonacci.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/fib.rb) [[bolcselo (C)]](https://github.com/bolcselo/Projects/blob/master/Numbers/fibonacci.c) [[atomic22 (PHP)]](https://github.com/atomic22/problem_solving/blob/master/fibseq.php) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/01.%20Fibonacci%20Sequence.js) [[luisccastillo(C#]](https://github.com/luisccastillo/Projects/blob/master/Numbers/fibonacci_sequence.cs) [[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Fibonacci.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/fibonacci.go) [[brotatotes (Python)]](https://github.com/brotatotes/myStuff/blob/master/Fibonacci_Sequence.py)[[mandliya (C++)]](https://github.com/mandliya/practice/blob/master/fib.cpp) [[Silverneo (Python)]](https://github.com/Silverneo/pylearn/blob/master/Fibonacci.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/fibonacci.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/FibonnacciSeq.java)
1717
[[mukul13(java)]](https://github.com/mukul13/poker/blob/master/fibonacci.java) [[Bhavika (C)]](https://github.com/Bhavikaso/Project1/blob/master/fibonacci.c)
18-
[[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/fibonacci_series.py) [[neivin (Python)]](https://github.com/neivin/projects/blob/master/numbers/fibonacci.py) [[Josenberg (Ruby)]](https://github.com/josenberg/fibonacci_ruby/blob/master/fibonacci.rb) [[lazy0getter (Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift) [[nokafor (C)]](https://github.com/nokafor/personal-development/blob/master/fibonacci.c) [[ritwikmishra (JavaScript)]](https://github.com/ritwikmishra/myrepo/blob/master/fibo.js)[[hollynicolemills (Java)]](https://github.com/hollynicolemills/Fibonacci/blob/master/Fibonacci.java)[[chasmani(Ruby)]](https://github.com/chasmani/RubyFunProjects/blob/master/Problems/fibonacci.rb)[[crobin21 (Java)]](https://github.com/crobin21/ProjectSolutions/blob/master/source/fibonacciSequence.java) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/fibonacci_sequence/fibonacci.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Fibonacci.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/fibonacci.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/FibJava/blob/master/FibJava/src/fibjava/FibJava.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/fs.sh)[[korabum (Python)]](https://github.com/korabum/Projects/blob/master/Numbers/fibonacci.py)[[paatus (erlang)]](https://github.com/Paatus/erlang_solutions/blob/master/fib_seq.erl)
18+
[[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/fibonacci_series.py) [[neivin (Python)]](https://github.com/neivin/projects/blob/master/numbers/fibonacci.py) [[Josenberg (Ruby)]](https://github.com/josenberg/fibonacci_ruby/blob/master/fibonacci.rb) [[lazy0getter (Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift) [[nokafor (C)]](https://github.com/nokafor/personal-development/blob/master/fibonacci.c) [[ritwikmishra (JavaScript)]](https://github.com/ritwikmishra/myrepo/blob/master/fibo.js)[[hollynicolemills (Java)]](https://github.com/hollynicolemills/Fibonacci/blob/master/Fibonacci.java)[[chasmani(Ruby)]](https://github.com/chasmani/RubyFunProjects/blob/master/Problems/fibonacci.rb)[[crobin21 (Java)]](https://github.com/crobin21/ProjectSolutions/blob/master/source/fibonacciSequence.java) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/fibonacci_sequence/fibonacci.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Fibonacci.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/fibonacci.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/FibJava/blob/master/FibJava/src/fibjava/FibJava.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/fs.sh)[[korabum (Python)]](https://github.com/korabum/Projects/blob/master/Numbers/fibonacci.py)[[paatus (erlang)]](https://github.com/Paatus/erlang_solutions/blob/master/fib_seq.erl) [[iamvoid13 (C++)]](https://github.com/iamvoid13/Programs/blob/master/src/fibonacci.cpp)
1919

2020
**Prime Factorization** - Have the user enter a number and find all Prime Factors (if there are any) and display them.
2121
[[geekpradd (C++)]](https://github.com/geekpradd/Prime-Factorise/blob/master/primefactorize.cpp)
@@ -49,7 +49,7 @@ Numbers
4949
**Tax Calculator** - Asks the user to enter a cost and either a country or state tax. It then returns the tax plus the total cost with tax. [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/TaxCalculator.hs)[[jbruno2 (C++)]](https://github.com/jbruno2/Simple-Programs-and-Solutions/blob/master/C%2B%2B/Tax%20calculator.cpp) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/tax.go) [[brotatotes (Python)]](https://github.com/brotatotes/myStuff/blob/master/Tax_Calculator.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/tax.py)
5050
[[neivin (Python)]](https://github.com/neivin/projects/blob/master/numbers/tax_calculator.py)[[Vdrey (Python)]](https://github.com/vdrey/Project-Programs/blob/master/Python/Tax%20Calculator.py) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/tax.sh)
5151

52-
**Factorial Finder** - The factorial of a positive integer *n* is defined as the product of the sequence , n-1, n-2, ...1 and the factorial of 0 is defined as being 1. Solve this using both loops and recursion. [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Factorial.hs) [[rramchand (python)]](https://github.com/rramchand/Projects-Solutions/blob/master/factorial.py) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/factorial.go) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/FactorialFinder.java) [[JaredCubilla (Javascript)]](https://github.com/JaredCubilla/Projects/blob/master/Javascript/numbers/factorialFinder.js) [[turlapatykaushik(Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/factorial.py) [[Josenberg (Ruby)]](https://github.com/josenberg/factorial_ruby/blob/master/factorial_finder.rb) [[melvin0008(SML)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.sml)[[melvin0008 (Python)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.py)[[melvin0008(haskell)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.hs)[[melvin0008 (Julia)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.jl) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/factorial_finder.java) [[kvsingh (Python)]](https://github.com/kvsingh/python-practice/blob/master/factorial.py)
52+
**Factorial Finder** - The factorial of a positive integer *n* is defined as the product of the sequence , n-1, n-2, ...1 and the factorial of 0 is defined as being 1. Solve this using both loops and recursion. [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Factorial.hs) [[rramchand (python)]](https://github.com/rramchand/Projects-Solutions/blob/master/factorial.py) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/factorial.go) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/FactorialFinder.java) [[JaredCubilla (Javascript)]](https://github.com/JaredCubilla/Projects/blob/master/Javascript/numbers/factorialFinder.js) [[turlapatykaushik(Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/factorial.py) [[Josenberg (Ruby)]](https://github.com/josenberg/factorial_ruby/blob/master/factorial_finder.rb) [[melvin0008(SML)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.sml)[[melvin0008 (Python)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.py)[[melvin0008(haskell)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.hs)[[melvin0008 (Julia)]](https://github.com/melvin0008/FactorialComparer/blob/master/fact.jl) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/factorial_finder.java) [[kvsingh (Python)]](https://github.com/kvsingh/python-practice/blob/master/factorial.py) [[iamvoid13 (C++)]](https://github.com/iamvoid13/Programs/blob/master/src/factorial.cpp)
5353

5454
**Complex Number Algebra** - Show addition, multiplication, negation, and inversion of complex numbers in separate functions. (Subtraction and division operations can be made with pairs of these operations.) Print the results for each operation tested. [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/ComplexNumberAlgebra.hs) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/ComplexNumbers.java)[[ppype (python)]](https://github.com/ppype/Complex-Number-Algebra/blob/master/programs/main.py) [[sijunhe (c)]](https://github.com/sijunhe/Project-Programs/blob/master/c/complex.c)
5555

0 commit comments

Comments
 (0)