From e33aaac69b99801db37fef1ed75b8c43483abada Mon Sep 17 00:00:00 2001 From: Brian Ceasar <95188858+Brianceasar@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:31:28 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6b693d..3e8bc1c4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Numbers [[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) + **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) @@ -27,7 +28,7 @@ Numbers **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) -**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) [[brianceasar (C#)]](https://github.com/Brianceasar/mortageCalculator/blob/main/mortageCalculator/mortage.cs) **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)