diff --git a/README.md b/README.md index ab6b693d..bcd61ed8 100644 --- a/README.md +++ b/README.md @@ -7,32 +7,32 @@ Numbers **Find PI to the Nth Digit** - Enter a number and have the program generate PI up to that many decimal places. Keep a limit to how far the program will go. [[geekpradd (Python)]](https://github.com/geekpradd/PythonPi/blob/master/PythonPi.py) [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/pi.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/pi.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Pi.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/pi.rb) [[atomic22 (PHP)]](https://github.com/atomic22/problem_solving/blob/master/Pi_to_Nth.php) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/00.%20Find%20PI%20to%20the%20Nth%20Digit.js) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/pi.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/pi.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/PiToTheNth.java) [[lazynight (Python)]](https://github.com/Flowerowl/Projects/blob/master/solutions/numbers/find_pi_to_the_nth_digit.py) [[abadojack(Go)]](https://github.com/abadojack/Playground/blob/master/Projects-Solutions/Numbers/Go/pi.go) [[abadojack(Java)]](https://github.com/abadojack/Playground/blob/master/Projects-Solutions/Numbers/Java/Pi.java) [[lazy0getter(Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift) -[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/DecimalPlace.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/pi_to_n_digit/pi_to_n_digit.c) [[jesspls (Java)]](https://github.com/jesspls/MegaProjectList/blob/master/src/Numbers/PiToNthDigit.java) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Pi_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/PI.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/PiDec/blob/master/PiDec/src/pidec/PiDec.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) [[marcusmonteiro(Haskell)]](https://github.com/marcusmonteiro/Projects/blob/master/numbers/PiToTheNth.hs)[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/piCalc/pi.py) [[lordturtle419 (C#)]](https://github.com/LordTurtle419/FindPi/blob/master/FindPi/Program.cs)[[microice333(Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_pi.py) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/Digits-of-Pi) +[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/DecimalPlace.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/pi_to_n_digit/pi_to_n_digit.c) [[jesspls (Java)]](https://github.com/jesspls/MegaProjectList/blob/master/src/Numbers/PiToNthDigit.java) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/Pi_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/PI.cpp)[[manateemilitia (Java)]](https://github.com/manateemilitia/PiDec/blob/master/PiDec/src/pidec/PiDec.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) [[marcusmonteiro(Haskell)]](https://github.com/marcusmonteiro/Projects/blob/master/numbers/PiToTheNth.hs)[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/piCalc/pi.py) [[lordturtle419 (C#)]](https://github.com/LordTurtle419/FindPi/blob/master/FindPi/Program.cs)[[microice333(Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_pi.py) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/Digits-of-Pi) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Find%20PI%20to%20the%20Nth%20digit) **Find e to the Nth Digit** - Just like the previous problem, but with e instead of PI. Enter a number and have the program generate e up to that many decimal places. Keep a limit to how far the program will go. [[dhd12391 (Java)]](https://github.com/dhd12391/Projects/blob/master/Java/EToNthDigit.java) [[aseeon (Python)]](https://gist.github.com/aseeon/3f06d95f995fde7adfc2) [[lazy0getter(Swift)]](https://github.com/lazy0getter/codeless-code/blob/master/Swift/Projects-solutions.playground/section-1.swift)[[grzeswol(Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/2_euler_number.rb)[[mandeepbhutani (Python)]](https://github.com/mandeepbhutani/Sample-Projects/blob/master/FindE.py) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/e_to_n_digit/e_to_n_digit.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/e_to_the_Nth.java)[[kingballer29 (C++)]](https://github.com/kingballer29/Programming/blob/master/e.cpp) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pi-to-nth.sh) -[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/eCalc/eCalculate.py)[[microice333 (Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_e.py) +[[rlingineni (Python)]](https://github.com/rlingineni/PythonPractice/blob/master/eCalc/eCalculate.py)[[microice333 (Python)]](https://github.com/microice333/Python-projects/blob/master/n_digit_e.py) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Find%20e%20to%20the%20Nth%20Digit) **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) [[mukul13(java)]](https://github.com/mukul13/poker/blob/master/fibonacci.java) [[Bhavika (C)]](https://github.com/Bhavikaso/Project1/blob/master/fibonacci.c) -[[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) +[[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) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Fibonacci%20Sequence) **Prime Factorization** - Have the user enter a number and find all Prime Factors (if there are any) and display them. [[geekpradd (C++)]](https://github.com/geekpradd/Prime-Factorise/blob/master/primefactorize.cpp) [[geekpradd (Python)]](https://github.com/geekpradd/Prime-Factorise/blob/master/primefactorize.py) -[[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/prime.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/prime.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/prime_factorization.rb) [[aterkik (Haskell)]](https://github.com/aterkik/Projects/blob/master/Numbers/primeFactors.hs) [[bolcselo(c)]](https://github.com/bolcselo/Projects/blob/master/Numbers/prime.c) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/02.%20Prime%20Factorization.js)[[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Factors.java) [[checkcheckzz (C++)]](https://github.com/checkcheckzz/coding-problem/blob/master/problem/Primefactors.cpp) [[kdamball (Javascript)]](https://github.com/kdamball/Numbers/blob/master/primeFactors.js) [[Tartuffe1 (Python)]](https://github.com/Tartuffe1/Projects/blob/master/Numbers/prime_factorization.py) [[Hedgehog01 (Java)]](https://github.com/hedgehog01/src/blob/master/numbers/PrimeFactorization.java) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/prime_factorization.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/PrimeFactorization.java) [[chasmani (Ruby)]](https://github.com/chasmani/RubyFunProjects/blob/master/Problems/prime_factors.rb) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/prime_factorization/prime_factorization.c) [[mchwalek (Clojure)]](https://github.com/mchwalek/Projects/blob/clojure-solutions/Numbers/prime-factorization.clj) [[kvsingh (Python)]](https://github.com/kvsingh/python-practice/blob/master/primeFactors.py) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/prime_Factorization.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pf.sh) +[[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/prime.py) [[whoshuu (Python)]](https://github.com/whoshuu/Projects/blob/master/Numbers/prime.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/prime_factorization.rb) [[aterkik (Haskell)]](https://github.com/aterkik/Projects/blob/master/Numbers/primeFactors.hs) [[bolcselo(c)]](https://github.com/bolcselo/Projects/blob/master/Numbers/prime.c) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/02.%20Prime%20Factorization.js)[[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Factors.java) [[checkcheckzz (C++)]](https://github.com/checkcheckzz/coding-problem/blob/master/problem/Primefactors.cpp) [[kdamball (Javascript)]](https://github.com/kdamball/Numbers/blob/master/primeFactors.js) [[Tartuffe1 (Python)]](https://github.com/Tartuffe1/Projects/blob/master/Numbers/prime_factorization.py) [[Hedgehog01 (Java)]](https://github.com/hedgehog01/src/blob/master/numbers/PrimeFactorization.java) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/prime_factorization.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/PrimeFactorization.java) [[chasmani (Ruby)]](https://github.com/chasmani/RubyFunProjects/blob/master/Problems/prime_factors.rb) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/prime_factorization/prime_factorization.c) [[mchwalek (Clojure)]](https://github.com/mchwalek/Projects/blob/clojure-solutions/Numbers/prime-factorization.clj) [[kvsingh (Python)]](https://github.com/kvsingh/python-practice/blob/master/primeFactors.py) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/prime_Factorization.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/pf.sh) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Prime%20Factorization) **Next Prime Number** - Have the program find prime numbers until the user chooses to stop asking for the next one. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/next_prime.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/NextPrime.hs) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/next_prime_number.rb) [[bolcselo (C)]](https://github.com/bolcselo/Projects/blob/master/Numbers/next_prime.c) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/03.%20Next%20Prime%20Number.js) [[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/NextPrime.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/nextprime.go)[[Silverneo (Python)]](https://github.com/Silverneo/pylearn/blob/master/prime.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/next_prime.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/NextPrimeNum.java) [[Bhavika (C)]](https://github.com/Bhavikaso/Project1/blob/master/newPrime.c) -[[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/prime_number_generator.py) [[nokafor (C)]](https://github.com/nokafor/personal-development/blob/master/primes.c) [[psk11 (html,javascript)]](https://gist.githubusercontent.com/psk11/76e00e2aa8f5c00bf8c7/raw/d5bfe67022e25a78f02691d702c16b124c969053/NextPrime.html) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/next_prime_number/next_prime_number.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/next_Prime.java) +[[turlapatykaushik (Python)]](https://github.com/turlapatykaushik/Programs-and-codes/blob/master/problems/prime_number_generator.py) [[nokafor (C)]](https://github.com/nokafor/personal-development/blob/master/primes.c) [[psk11 (html,javascript)]](https://gist.githubusercontent.com/psk11/76e00e2aa8f5c00bf8c7/raw/d5bfe67022e25a78f02691d702c16b124c969053/NextPrime.html) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/next_prime_number/next_prime_number.c) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/next_Prime.java) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Next%20Prime%20Number) -**Find Cost of Tile to Cover W x H Floor** - Calculate the total cost of tile it would take to cover a floor plan of width and height, using a cost entered by the user. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/other/misc.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/cost_of_tile.rb) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/04.%20Find%20Cost%20of%20Tile%20to%20Cover%20W%20x%20H%20Floor.js) [[jbruno2 (C++)]](https://github.com/jbruno2/Simple-Programs-and-Solutions/blob/master/C%2B%2B/Cost%20to%20tile%20WxH%20of%20floor.cpp) [[rasppie (Python)]](https://github.com/rasppie/pyprojects/blob/master/tile.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/tile.py)[[vdrey (Python)]](https://github.com/vdrey/Project-Programs/blob/master/Python/Tile%20cost.py)[[Josenberg (Ruby)]](https://github.com/josenberg/tile_cost/blob/master/tile_cost.rb) [[nokafor(C)]](https://github.com/nokafor/personal-development/blob/master/tiles.c) [[francis36012 (C++)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/tile.cpp) [[dsub15 (Python)]](https://github.com/dsub15/Projects/commit/f2adae5891932dee5ad63aa19814c0096988b32a) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/find_cost_tile/find_cost_tile.c) [[kingballer29 (Scala)]](https://github.com/kingballer29/Programming/blob/master/floorTileCostCalculator.scala) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/wxhfloor.sh)[[viktorahlstrom (Java)]](https://github.com/viktorahlstrom/all-java/blob/master/floor.java) +**Find Cost of Tile to Cover W x H Floor** - Calculate the total cost of tile it would take to cover a floor plan of width and height, using a cost entered by the user. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/other/misc.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/cost_of_tile.rb) [[quitrk (JavaScript)]](https://github.com/quitrk/LearningJS/blob/master/Numbers/04.%20Find%20Cost%20of%20Tile%20to%20Cover%20W%20x%20H%20Floor.js) [[jbruno2 (C++)]](https://github.com/jbruno2/Simple-Programs-and-Solutions/blob/master/C%2B%2B/Cost%20to%20tile%20WxH%20of%20floor.cpp) [[rasppie (Python)]](https://github.com/rasppie/pyprojects/blob/master/tile.py) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/tile.py)[[vdrey (Python)]](https://github.com/vdrey/Project-Programs/blob/master/Python/Tile%20cost.py)[[Josenberg (Ruby)]](https://github.com/josenberg/tile_cost/blob/master/tile_cost.rb) [[nokafor(C)]](https://github.com/nokafor/personal-development/blob/master/tiles.c) [[francis36012 (C++)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/tile.cpp) [[dsub15 (Python)]](https://github.com/dsub15/Projects/commit/f2adae5891932dee5ad63aa19814c0096988b32a) [[chibby0ne (C)]](https://github.com/chibby0ne/Projects/blob/master/Solutions/Numbers/find_cost_tile/find_cost_tile.c) [[kingballer29 (Scala)]](https://github.com/kingballer29/Programming/blob/master/floorTileCostCalculator.scala) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/wxhfloor.sh)[[viktorahlstrom (Java)]](https://github.com/viktorahlstrom/all-java/blob/master/floor.java) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Find%20Cost%20of%20Tile%20to%20Cover%20W%20x%20H%20Floor) -**Mortgage Calculator** - Calculate the monthly payments of a fixed term mortgage over given Nth terms at a given interest rate. Also figure out how long it will take the user to pay back the loan. For added complexity, add an option for users to select the compounding interval (Monthly, Weekly, Daily, Continually). [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/mortgage_calculator.rb) [[jbruno2 (C++)]](https://github.com/jbruno2/Simple-Programs-and-Solutions/blob/master/C%2B%2B/mortgagecalculator.cpp) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/mortgage.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/mortgage.py) [[francis36012 (Java)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/Mortgage.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/mortgage.sh) +**Mortgage Calculator** - Calculate the monthly payments of a fixed term mortgage over given Nth terms at a given interest rate. Also figure out how long it will take the user to pay back the loan. For added complexity, add an option for users to select the compounding interval (Monthly, Weekly, Daily, Continually). [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/mortgage_calculator.rb) [[jbruno2 (C++)]](https://github.com/jbruno2/Simple-Programs-and-Solutions/blob/master/C%2B%2B/mortgagecalculator.cpp) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/mortgage.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/mortgage.py) [[francis36012 (Java)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/Mortgage.java) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/mortgage.sh) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Mortgage%20Calculator) -**Change Return Program** - The user enters a cost and then the amount of money given. The program will figure out the change and the number of quarters, dimes, nickels, pennies needed for the change. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/money_changing/money_changing.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/change_return.rb)[[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Change.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/change.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/change.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/ChangeReturn.java) [[dsub15 (Python)]](https://github.com/dsub15/Projects/blob/master/Change.py) [[mchwalek (Clojure)]](https://github.com/mchwalek/Projects/blob/clojure-solutions/Numbers/change-return.clj) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/change_return.sh)[[ryjo1026 (Java)]](https://github.com/ryjo1026/Java-Practice/blob/master/ChangeReturn.java)[[rlingineni (C++)]](https://gist.github.com/rlingineni/93b57d67e37134735df5) +**Change Return Program** - The user enters a cost and then the amount of money given. The program will figure out the change and the number of quarters, dimes, nickels, pennies needed for the change. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/money_changing/money_changing.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/change_return.rb)[[MikroMan (Java)]](https://github.com/MikroMan/Contributions/blob/master/Change.java) [[ScottKolo (Go)]](https://github.com/ScottKolo/GoProjects/blob/master/Numbers/change.go) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/change.py) [[aysark (Java)]](https://github.com/aysark/Review/blob/master/Projects/src/ChangeReturn.java) [[dsub15 (Python)]](https://github.com/dsub15/Projects/blob/master/Change.py) [[mchwalek (Clojure)]](https://github.com/mchwalek/Projects/blob/clojure-solutions/Numbers/change-return.clj) [[viktorahlstrom (Bash)]](https://github.com/viktorahlstrom/all/blob/master/coding-problems-solved/projects-solutions/change_return.sh)[[ryjo1026 (Java)]](https://github.com/ryjo1026/Java-Practice/blob/master/ChangeReturn.java)[[rlingineni (C++)]](https://gist.github.com/rlingineni/93b57d67e37134735df5) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Change%20Return%20Program) **Binary to Decimal and Back Converter** - Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. [[Drhealsgood (Python)]](https://github.com/Drhealsgood/miniprojects/blob/master/number_projects/conversion/conversions.py) [[petehuang (Ruby)]](https://github.com/petehuang/Projects/blob/master/Numbers/binary_to_decimal.rb) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/binary_decimal.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/binary_decimal_convert.py) [[vinaynikhil313 (Java)]](https://github.com/vinaynikhil313/Projects-Solutions/blob/master/BinaryDecimal.java) [[mukul13 (C)]](https://github.com/mukul13/poker/blob/master/Binary%20to%20decimal%20and%20Back%20Converter.c) [[francis36012 (C++)]](https://github.com/francis36012/karan-projects/blob/master/src/numbers/binBaseConv.cpp) [[hkuchampudi (Java)]](https://github.com/hkuchampudi/MegaProject_Solutions/blob/master/Numbers/binary_decimal_conversion.java) -[[mandliya(c++)]](https://github.com/mandliya/short-fun-projects/blob/master/conversion/conversion.cpp) +[[mandliya(c++)]](https://github.com/mandliya/short-fun-projects/blob/master/conversion/conversion.cpp) [[IgorTheOverlord(Python)]](https://github.com/IgorTheOverlord/karan_projects-solutions/blob/main/Numbers/Binary%20Converter) **Calculator** - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. [[MrBlaise (Python)]](https://github.com/MrBlaise/learnpython/blob/master/Numbers/calc.py) [[tel (Haskell)]](https://github.com/tel/Projects/blob/master/Numbers/Calc.hs) [[ripperhf (C)]](https://github.com/ripperhf/Calculator/blob/master/calc.c) [[hx1997 (C)]](https://github.com/hx1997/Projects/blob/master/Numbers/calc.c) [[desertwebdesigns (Python)]](https://bitbucket.org/desertwebdesigns/learn_python/src/master/Numbers/calculator.py) [[grzeswol (Ruby)]](https://github.com/grzeswol/karan_projects_solutions/blob/master/Ruby/10_calculator.rb)[[hollynicolemills(java)]](https://github.com/hollynicolemills/CalculatorApp/blob/master/src/CalculatorGUI.java)[[psk11 (HTML, JS)]](https://gist.githubusercontent.com/psk11/f9196c924c7f2ee0fd2b/raw/3c597636572579c3a6aa33c891bffccf877764a1/calculator.html) [[wildautumnwind (PHP)]](https://github.com/wildautumnwind/calculator)