Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #710

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Numbers
[[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)

**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)
[[Onixx241 (C#)]](https://github.com/Onixx241/karan_projects_solutions/blob/main/TileCost.cs)

**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)

Expand Down