From e0bf3964f3270aabcac6cda814c0c7a7bb78fcb7 Mon Sep 17 00:00:00 2001 From: Dinofish32 Date: Wed, 26 Jun 2024 18:55:36 -0400 Subject: [PATCH 1/2] Added dinofish32's Python solution to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6b693d..575bfc56 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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) +[[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) [[dinofish32(Python)]](https://github.com/Dinofish32/Projects/blob/master/pi.py) [[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) From 5eeb73440e6f1e28bab7fc8e9b5b8587c5175bae Mon Sep 17 00:00:00 2001 From: Dinofish32 Date: Wed, 26 Jun 2024 19:39:48 -0400 Subject: [PATCH 2/2] Added dinofish32's Python solution to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 575bfc56..88660408 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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) [[dinofish32(Python)]](https://github.com/Dinofish32/Projects/blob/master/pi.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) [[dinofish32(Python)]](https://github.com/Dinofish32/Projects/blob/master/Numbers/pi.py) [[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) @@ -15,7 +15,7 @@ Numbers **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) [[dinofish32 (Python)]](https://github.com/Dinofish32/Projects/blob/master/Numbers/fibonacci.py) **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)