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

Polynomials via Linked Lists_Simulation #321

Open Ashish1751 opened 5 years ago

Ashish1751 commented 5 years ago

Defect Description: if negative degree is given as inputs it is adding the degrees instead of throwing errors. Steps_to_reproduce:1.Go to Polynomial Operations. 2.Click on Simulations. 3.Click on Polynomial Operations Expected result: Should print error message please enter valid inputs Screenshot from 2019-03-17 12-23-41 Screenshot from 2019-03-17 12-23-56

. Actual result :showing the values after taking floor of the given input