Pinned Repositories
Flood-Fill
Finds all the paths from top left corner to the bottom right corner in a maze where 0 represents the cells where we can move and 1 represents obstacle.
Flood-Fill-Front-end
This is the front-end implementation of flood-fill project which was earlier developed in C++ using recursion and backtracking.
Food-outlet
GOLDMINE
Algorithm used- Dynamic Programming. Identifies the maximum amount of gold that can be dug out from the mine traversing from left wall to the right wall of the mine.
Goldmine-Front-end
This is the front-end implementation of Goldmine project which was earlier developed in C++ using dynamic programming. Here, I have used HTML, CSS and Javascript to implement this project using Dynamic Programming.
heroku-app
SnakeGame
Snake game using C++
snakeMania
Snake Game front-end
TicTacToe
TicTacToe using HTML, CSS, Javascript
SuyashAwasthy's Repositories
SuyashAwasthy/GOLDMINE
Algorithm used- Dynamic Programming. Identifies the maximum amount of gold that can be dug out from the mine traversing from left wall to the right wall of the mine.
SuyashAwasthy/Flood-Fill
Finds all the paths from top left corner to the bottom right corner in a maze where 0 represents the cells where we can move and 1 represents obstacle.
SuyashAwasthy/Flood-Fill-Front-end
This is the front-end implementation of flood-fill project which was earlier developed in C++ using recursion and backtracking.
SuyashAwasthy/Food-outlet
SuyashAwasthy/Goldmine-Front-end
This is the front-end implementation of Goldmine project which was earlier developed in C++ using dynamic programming. Here, I have used HTML, CSS and Javascript to implement this project using Dynamic Programming.
SuyashAwasthy/heroku-app
SuyashAwasthy/SnakeGame
Snake game using C++
SuyashAwasthy/snakeMania
Snake Game front-end
SuyashAwasthy/TicTacToe
TicTacToe using HTML, CSS, Javascript