virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

polynomial-operations_simulation #395

Open kneeraj2000 opened 5 years ago

kneeraj2000 commented 5 years ago

Defect detection: It is giving right answers for co-efficients and degree equal to 0 but in question it is mentioned as degree and co-efficients should be positive, but it should be mentioned as non-negative. Steps to reproduce the issue:. Data structures lab -> List of experiments -> polynomial operations -> simulation Expected output: co-efficients and degree should be mentioned as non-negative as co-efficients have degree 0 which is non negative. Actual output: co-efficients and degree are mentioned to be positive. Screenshot: