geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
304 stars 304 forks source link

Maths #197

Open geekquad opened 4 years ago

geekquad commented 4 years ago

Implementation of the following in Python:

Needs to be merged in "python/maths"

vijay5158 commented 4 years ago

Please assign me : Sum of digits of a no. Pythagoras implementation

geekquad commented 4 years ago

Assigning Sum of digits of a number and Pythagoras implementation to @vijay5158

Sowmyasree101 commented 4 years ago

@geekquad can u assign me sum of n terms of a geometric progression?

MAJOR-BEAST commented 4 years ago

@geekquad can u assign me sum of n terms of a geometric progression?

Assigning @Sowmyasree101 with sum of n terms of a geometric progression.

Sowmyasree101 commented 4 years ago

@geekquad I created pullrequest for the previous problem. Now I want to work on sum of n terms of Arithmetic progression. Can u assign it to me?

jigneshoo7 commented 4 years ago

assignment me

geekquad commented 4 years ago

Assigning sum of n terms of Arithmetic progression to @Sowmyasree101.

geekquad commented 4 years ago

Hey @jigneshoo7, which one would you like to work on?

MAJOR-BEAST commented 4 years ago

Assigning Greatest Common Divisor to @tarishij17

tarishij17 commented 4 years ago

GCD : https://github.com/geekquad/AlgoBook/pull/206

jigneshoo7 commented 4 years ago

Please assign me for Roots for any Quadratic Equation

jigneshoo7 commented 4 years ago

Assign me for Roots for any Quadratic Equation

Atharv-Joshi commented 4 years ago

@geekquad can you please assign Least common multiple to me?

geekquad commented 4 years ago

Assigning Roots for any Quadratic Equation to @jigneshoo7 Assigning Least common multiple to @Atharv-Joshi

saileshbro commented 4 years ago

@geekquad assign me

jigneshoo7 commented 4 years ago

Ok

On Sun, 4 Oct 2020 7:57 pm Sailesh Dahal, notifications@github.com wrote:

@geekquad https://github.com/geekquad assign me

  • Prime Numbers up to N numbers
  • Newton-Raphson method
  • Area under the curve using the trapezoidal rule

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/geekquad/AlgoBook/issues/197#issuecomment-703263656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARGZKXV4E6VOFMIEDMB3TSDSJCA5HANCNFSM4SDQL4XQ .

Anagha-2000 commented 4 years ago

Hey, can you assign me :

  1. Find volumes of various shapes (cube, cuboid, cone, right circular cone, prism, pyramid, sphere, circular cylinder)
  2. Roots for any Quadratic Equation
geekquad commented 4 years ago
Anagha-2000 commented 4 years ago

I would also like to work on ugly numbers

geekquad commented 4 years ago

Assigning Ugly Numbers to @Anagha-2000. Happy Coding :)

pranavkarnani commented 4 years ago

Hey @geekquad assign me jaccard similarity

geekquad commented 4 years ago

Assigning Jaccard similarity to @pranavkarnani. Happy Coding :)

Sowmyasree101 commented 4 years ago

@geekquad can u assign me peterson number

Vrok2401 commented 4 years ago

Can you assign me on extended Euclidean algorithm?

geekquad commented 4 years ago

Assigning Peterson Number to @Sowmyasree101. Assigning Extended Euclidean Algorithm to @Vrok2401.

vijay5158 commented 4 years ago

@geekquad Can you assign me Zellers Congruence Algorithm and lucas number using recursion ?

geekquad commented 4 years ago

Assigning Zellers Congruence Algorithm and Lucas number using recursion to @vijay5158

jigneshoo7 commented 4 years ago

Can you assign me for Simpson Rule

Segmented Sieve

geekquad commented 4 years ago

Assigning Simpson Rule and Segmented Sieve to @jigneshoo7

CodeSudo commented 4 years ago

can you assign me Bailey-Borwein-Plouffe (BBP) Implementation?

jigneshoo7 commented 4 years ago

Can you assign me for Jaccard similarity?

geekquad commented 4 years ago

Assigning Bailey-Borwein-Plouffe (BBP) to @Iampradeepkundra.

pranavkarnani commented 4 years ago

@geekquad I was already assigned jaccard similarity and I have already made a pull request for the same.

geekquad commented 4 years ago

Sorry for the confusion. Yes @pranavkarnani, Jaccard similarity stays with you.

JaniniRami commented 3 years ago

I would like to contribute QR-decomposition of the matrix A using Householder reflection, can you assign me!

geekquad commented 3 years ago

Assigning QR-decomposition to @JaniniRami07.

Aarti002 commented 3 years ago

hello @geekquad can you assign lowest common factor and greatest common divisor of two numbers to me i would use python

Aarti002 commented 3 years ago

@geekquad can i take ugly numbers and Sum of n terms in a Geometric Progression too ? I'm gonna use python for this all problems.

geekquad commented 3 years ago

Hey @Aarti002, all the issues here have been assigned to someone. But we have more here. Please see that if you can contribute to something else. Thankyou.

pratyush25 commented 3 years ago

@geekquad Hi, are contributions for calculations of the volume of various shapes open ?

pratyush25 commented 3 years ago

@geekquad could you please inform the topics which are open for contributions ?

geekquad commented 3 years ago

Hey @pratyush25, I am afraid each issue in this section #197 is already assigned to people. Please check here. We have plenty of issues open.

Sunseption commented 1 year ago

Assigning Sum of digits of a number and Pythagoras implementation to @vijay5158

are all of the math problems solved?

pratyusha-samidhapudi commented 10 months ago

Hey @geekquad

Can you please assign me prime numbers upto N numbers