Student
Chat application with SQL database:
Designed and implemented a chat app that includes user authentication, chat room management (create, join, leave), and chat commands, with sample screenshots provided for reference.
File System-Based project:
Demonstrated how we can link together file chunks to store files on the hard drive using Linked-list, Queue and Array-list
Dijkstra-based project:
Built directed & undirected weighted graphs then search them using Dijkstra’s algorithm to find best paths between nodes.