PROJECTS


  1. Static code checker- Implemented a code checker using C++ to ensure the quality of code of a given program and detect possible mistakes or loopholes in the program without executing the code.

  2. Car Rental System- Implemented a program by adding various landmarks of my city from Google Maps and drew out the logistics of cab allocation to different requests coming in simultaneously from different locations of the city.

  3. Casino Number Guessing Game- Implemented a casino game simulator which takes an input bet amount from the user along with his choice of 3 digits. Then 3 random numbers were generated from the house's side which would determine the winner of the game.