+ 1

[ASSIGNMENT] Polynomial Factorizer

Create a program that can factorize any N-th degree polynomial and show the output in factorized form. Any and all languages are welcomed

19th Feb 2018, 10:48 AM
the_code_genin
the_code_genin - avatar
5 Answers
19th Feb 2018, 4:54 PM
Oma Falk
Oma Falk - avatar
+ 3
Inspired by oma but shorter and gives the correct answer for polys like 3x2+3x+3 https://code.sololearn.com/c9N20dAvG4a3/?ref=app
20th Feb 2018, 6:46 PM
VcC
VcC - avatar
+ 2
Cool solutions👍 Here's mine, although it's longer
21st Feb 2018, 12:25 AM
the_code_genin
the_code_genin - avatar
21st Feb 2018, 12:30 AM
the_code_genin
the_code_genin - avatar
0
@oma You forgot the coefficient - your solution gives the wrong answer for 3x2+3x+3
21st Feb 2018, 7:32 AM
VcC
VcC - avatar