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

Sorting Algorithms-Quick Sort -Simulation-Overflow occurs during input #281

Open bhavesh01shukla opened 5 years ago

bhavesh01shukla commented 5 years ago

Defect description : Overflow occurs during input in random case(manual input). i.e. for no greater than 13 digits.Also the complete value of the number is not visible once we give the input. But the negative sign can be easily seen and verified,thus proving that overflow occured. Steps to reproduce the issue : Enter some numbers greater than 13-14 digits. Expected result: Number that we had given as input manually Actual result: Overflow occurs,so incorrect input Screenshot issue3 a issue3b