Pathfinding Visualizer
Developed a Pathfinder Visualizer that finds the shortest path using the dijkstra's algorithm using ReactJS and deployed using S3.
Developed a Pathfinder Visualizer that finds the shortest path using the dijkstra's algorithm using ReactJS and deployed using S3.
Use C to create Mandelbrot images using threads and reduce the time to create those images.
Edit a 32 Bit file system by using shell commands in Linux.
C program to allocate blocks of memory using First Fit and Next Fit algorithm for Linux.
A customized Shell command line interface to execute 15 major scripting commands utilizing the functionality of fork and exec and handling multiple processes in C
Implementation of a simple greedy method to optimally solve the two-stage production (flow) scheduling problem using johnsons rule.
Implemented order-preserving Huffman coding - using the dynamic programming formulation.
C program that uses the “pebble game” technique to test if an input graph is minimally rigid (in two dimensions).