Projects
Robot Simulation 2024
Robot Simulation is a web application that allows users to simulate a robot moving on a grid. The robot can move forward, turn left, and turn right
Autocomplete using Trie search 2024
An autocomplete search built from scratch using Trie data structure.