Code
A simple implementation of the Hangman game using Python 🐍. Has simple and easy to read code with function docstrings.
A small animation based on the movie Despicable Me using Processing/ Java ☕. Includes user-input based hotkeys and clearly labeled and commented code with 100% originality!
An implementation of graphs using Python 🐍. Includes various graph traversal algorithms. Uses ADTs like queues and stacks and also uses a heap. Code is tested with multiple cases where tests are 100% original code! Comments included for readbility.
An implementation of linkedlists in C 🌊. Uses pointers to create node funtionality such as deleting or adding a node. Includes a method to reverse a linkedlist. Comments included for readbility.
A fun implementation of a guess my number game in C 🌊. Uses threads to imitate the producer-consumer model and includes mutex and wait conditions. Comments included for readbility.
An implementation of a binary search in RISC-V 5️⃣. Uses a stack to save and restore variables that change with each recursive pass. Comments included for readbility.