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 #318

Open snehithkumar opened 5 years ago

snehithkumar commented 5 years ago

Defect Description: in simulation it says coefficients must be positive and integers but if we enter their values as negative float numbers then it doesn't show any error and give some wrong answers Steps to reproduce the issue: in vals.co.in go to iiith page go to datastructures lab go to Polynomials via Linked Lists select polynomial operations enter some negative float numbers for cofficents,degrees Actual Output: it computes and gives some answers Expected output: It shouldn't aloow such negative floats for any of them as per instructions given there Screenshot: Screenshot from 2019-03-17 12-16-30 Screenshot from 2019-03-17 12-16-35