Simulations for generating a Maze (using DFS, recursive backtracking) and implementing A* search algorithm to find an efficient route from one end to other.
A platform for easy and efficient management of shared expenses and transactions among a group of people such as daily expenses within colleagues.
A social networking platform where users can make friends and chat with their friends.The features include searching for users, sending/accepting friend requests, deleting friends, updating/viewing status
A simple data visualization to study Monte Carlo simulations. This simulation is used to approximate the value of Pi.
An Online Shopping website developed using Html, CSS, Bootstrap, MySQL, PHP.
A JAVA based simple hangman game. The player has to correctly guess the hidden word by guessing the individual characters of the word. It was a part of the Stanford's CS106A course.
A JAVA based Breakout game in uenced by the game built by Steve Wozniak aided by Steve Jobs. The player has to eliminate all the layers of bricks present by hitting them with a ball bouncing of a paddle. It was a part of the Stanford's CS106A course.