My Projects
2020
-
A Python script (which is AWS Lambda deployable) that converts your Youtube liked videos into a Spotify playlist.
-
Conway's Game of Life written in Go and visualized using Ebiten.
-
A Chrome extension that highlights the key insights in documents across the web.
-
A visualized and interactive maze solver Java application that automatically generates a random maze, and then proceeds to traverse and solve the maze using a variety of graph traversal algorithms (BFS, DFS, A*).