You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Numbers
15
15
16
16
**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)
**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)
**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)
53
53
54
54
**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)
0 commit comments