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

Factoring #3

Closed
lukew3 opened this issue Oct 14, 2020 · 3 comments · Fixed by #62
Closed

Factoring #3

lukew3 opened this issue Oct 14, 2020 · 3 comments · Fixed by #62
Assignees
Labels
hacktoberfest Fixing these issues will count as contribution to hacktoberfest 2020 New generator Use this label for proposing a new generator

Comments

@lukew3
Copy link
Owner

lukew3 commented Oct 14, 2020

Example Problem:
x^2+x-6
Example Solution:
(x-2)(x+3)

@lukew3 lukew3 added New generator Use this label for proposing a new generator hacktoberfest Fixing these issues will count as contribution to hacktoberfest 2020 labels Oct 14, 2020
@drobiu
Copy link
Contributor

drobiu commented Oct 14, 2020

Can I give this a try?

@lukew3
Copy link
Owner Author

lukew3 commented Oct 14, 2020

@drobiu Of course!

lukew3 added a commit that referenced this issue Oct 15, 2020
@lukew3
Copy link
Owner Author

lukew3 commented Oct 15, 2020

The last commit mentioned in this issue was not a solution. This issue is still open.

ananyakaushik pushed a commit to ananyakaushik/mathgenerator that referenced this issue Oct 17, 2020
Added code for fibonacci series in cpp
bkb2135 pushed a commit to bkb2135/mathgenerator that referenced this issue Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Fixing these issues will count as contribution to hacktoberfest 2020 New generator Use this label for proposing a new generator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants