CHALLENGE TIME!!!

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
User avatar
Alacaster
Posts: 81
Joined: October 16th, 2016, 5:08 pm
Location: Spokane, WA

CHALLENGE TIME!!!

Post by Alacaster » October 3rd, 2017, 4:40 am

Did you pass algebra two? Well good luck!

Your task is to make a program that can factor and solve quadratics.
For example: if the input were " x^2+6=-3x^2+7x "
The program would output the steps to solve and result in " (2x - 3)(x - 2) " and "0.6, 2"

Submit your source code and compiled program, the most diverse and capable program wins.

Have fun!!!

An example program will be available soon!
You can't be betrayed if you don't have any friends.
Why live? Cause why not.

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: CHALLENGE TIME!!!

Post by chili » October 3rd, 2017, 5:43 am

Looks interesting! Added a link on the discord for anybody interested over there :)
Chili

FinalL
Posts: 53
Joined: February 6th, 2014, 3:44 pm
Location: Slovakia

Re: CHALLENGE TIME!!!

Post by FinalL » October 6th, 2017, 10:07 pm

Many noodles, one sauce.
'Programming rules: #1 - Everything is just a fucking number.' Chili, 2012
Mainly Discord procrastinator

User avatar
Alacaster
Posts: 81
Joined: October 16th, 2016, 5:08 pm
Location: Spokane, WA

Re: CHALLENGE TIME!!!

Post by Alacaster » October 7th, 2017, 5:26 am

Tip: Make the program output input constraints, what it can and can't do. And instructions on how to use it.
You can't be betrayed if you don't have any friends.
Why live? Cause why not.

FinalL
Posts: 53
Joined: February 6th, 2014, 3:44 pm
Location: Slovakia

Re: CHALLENGE TIME!!!

Post by FinalL » October 7th, 2017, 11:30 am

I've added a README into the repo with instructions and better description.
Many noodles, one sauce.
'Programming rules: #1 - Everything is just a fucking number.' Chili, 2012
Mainly Discord procrastinator

Post Reply