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

Maths CPP #365

Open
21 tasks done
geekquad opened this issue Dec 6, 2020 · 24 comments
Open
21 tasks done

Maths CPP #365

geekquad opened this issue Dec 6, 2020 · 24 comments
Labels
beginner-friendly A beginner friendly issue cpp Algorithms in C++ good first issue Good for newcomers intermediate up-for-grab

Comments

@geekquad
Copy link
Owner

geekquad commented Dec 6, 2020

Implementation of the following in C++:

  • Find volumes of various shapes (cube, cuboid, cone, right circular cone, prism, pyramid, sphere, circular cylinder)

  • Zellers Congruence Algorithm

  • Ugly numbers

  • Sum of n terms in a Geometric Progression

  • Sum of Digits of a number

  • Sum of n terms in an Arithmetic progression

  • Simpson Rule

  • Segmented Sieve

  • Roots for any Quadratic Equation

  • QR-decomposition of the matrix A using Householder reflection

  • Pythagoras Implementation

  • Prime Numbers up to N numbers

  • Area under the curve using the trapezoidal rule

  • Newton-Raphson method

  • Lucas Sequence Using Recursion

  • Least common multiple of two numbers

  • Peterson Number

  • Jaccard similarity

  • Greatest Common Divisor

  • Extended Euclidean Algorithm

  • Bailey-Borwein-Plouffe (BBP) Implementation

Needs to be merged in "cpp/maths"

@geekquad geekquad added good first issue Good for newcomers beginner-friendly A beginner friendly issue up-for-grab intermediate cpp Algorithms in C++ labels Dec 6, 2020
@LakhanMardi
Copy link
Contributor

Can i work on this?

@mustang519
Copy link
Contributor

I would like to work in this. Please assign some of the above problems.

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Hey @LakhanMardi and @mustang519, please be specific. Which problems would you like to work on?

@pranav-khandka
Copy link
Contributor

kindly assign Sum of n terms in an Arithmetic progression to me

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Assigning sum of n terms in an Arithmetic progression to @pranav-khandka.

@mustang519
Copy link
Contributor

Please kindly assign Sum of digits of a number , volumes of various shapes , LCM of 2 numbers to me.

@itish-agarwal
Copy link

Hi, can I work on Ugly numbers, Sum of n terms of a gemetric progression, Segmented sieve, Roots for any quadratic equation, Lucas Sequence using recursion and Peterson number

@Aarushi11H
Copy link
Contributor

Hey!
Please assign me Greatest common divisor and Extended Euclidean algorithm.

@anushkasinghal11
Copy link

I would like to work on Peterson number and Pythagoras implementation. Could you please assign it to me?

@preyam2002
Copy link
Contributor

I have solved some of these, please checkout my Pull Request

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

  • Assigning Sum of digits of a number, volumes of various shapes, and LCM of 2 numbers to @mustang519.
  • Assigning Ugly numbers, Sum of n terms of a geometric progression, Segmented sieve, Roots for any quadratic equation, Lucas Sequence using recursion to @itish-agarwal.
  • Assigning Greatest common divisor and Extended Euclidean algorithm to @Aarushi11H.
  • Assigning Peterson number and Pythagoras implementation to @anushkasinghal11.
  • Hey @preyam2002, you were not assigned to any of these issues. Please ask for the assignment first. Once assigned, then move to solve it. Thankyou.

@v-malwade
Copy link
Contributor

Can I work on Zellers Congruence Algorithm?

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Assigning Zellers Congruence Algorithm to @v-malwade.

@v-malwade
Copy link
Contributor

I have added a pull request for the Zellers Congruence Algorithm; please check it.

@preyam2002
Copy link
Contributor

Can you assign the prime numbers one and the newton-raphson method to me?

@130sayan
Copy link

130sayan commented Dec 7, 2020

@geekquad please assign the problem prime numbers upto N numbers to me.

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Hey @v-malwade, PRs made will be reviewed. You don't have to comment for the same. Thanks.

Assigning Prime Numbers upto N and Newton-Raphson method to @preyam2002.

Sorry @130sayan, issues are first come first serve. Someone asked it before you. But we gave plenty more. Feel free to ask for them. :)

@Shagufta08
Copy link
Contributor

Hey!
I would like to work on Simpson Rule.
Which Simpson rule I have to implement Simpson 1/3 rule or Simpson 3/8 rule?

@geekquad
Copy link
Owner Author

geekquad commented Dec 8, 2020

Hey guys, @BRJbibhu10, @preyam2002, @itish-agarwal, @Shagufta08, @v-malwade, @Aarushi11H, @anushkasinghal11, @ThePhilosopher37, @mustang519, @pranav-khandka, there is some issue. You guys are getting unassigned. Please continue to work on the issue. It will be fixed soon. Apologies!

@Pranjal-dew
Copy link

hi there, can I contribute to this issue?

@rising-star2712
Copy link

hi could i work on the following issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner-friendly A beginner friendly issue cpp Algorithms in C++ good first issue Good for newcomers intermediate up-for-grab
Projects
None yet
Development

No branches or pull requests