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

search trees -simulation-Not showing correct input #273

Open bhavesh01shukla opened 5 years ago

bhavesh01shukla commented 5 years ago

Defect Description: When numbers of 2 digits or greater(ex: 45,455,4555 ) are inserted it does not displays input number correctly when input button is pressed. Step to reproduce: give entries of type 45,455,4555....... or 60,600,6000........ Expected result: 45,455,4555 Actual result: 45,45 Screenshot issue1