Here are the list of C projects that I have done:
-
Turtle Graphs - Implemented Linked Lists functionalies to develop a program that produces an image based on the commands given by the user
-
QuadTrees - Implemented Binary Search Trees functionalities to create a simple version of image analysis tool Quadtree
-
GRAFFIT - Utilizes graph network to create a simple social media platform. Implementation of BFS/DFS, recursion and adjacency lists/matrices