aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 160 forks source link

Add QuadraticEquation Solution #349

Closed devaslooper closed 3 years ago

devaslooper commented 3 years ago

Problem statement: Create a function to find only the root value of x in any quadratic equation ax^2 + bx + c. The function will take three arguments:

Problem Link: https://edabit.com/challenge/MDWFcHCTiJfHmwTFx

Description Added solution for QuadraticEquation on Edabit

Issue No.- #348

Checklist

devaslooper commented 3 years ago

Please refer Issue #350 . I have accidently stacked commits of 2 problems in the PR