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

Expression-trees_Simulation #310

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : The simulation is giving wrong answers for modulus of negative numbers. ( - 8 ) % 5 should equals 2, but simulation gives it as -3. iss