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

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : Multiplying two zero polynomials, it gives correct answer at first screen, but at result screen it doesn't show the answer. Steps to reproduce : Open simulator under Polynomial operations experiment. In both text-areas, input 0,0 ( zero polynomials ) and click on multiply button. Expected result : 0,0 linked list at result screen ( last screen ). Actual result : No answer linked list at result screen. Screenshots : Screenshot (28) Screenshot (29) Screenshot (30)