ESC190 - Computer Systems & Data Structures - Labs/Assignments
Created a resturant tracking system that can take orders and put them in a queue, calculate order costs and give overall resurant stats.
Created a QR code generator and debugger.
Learning the basic syntax of C, if statements, for statements, function declaration.
Coding Functions in C and mastering the basic variable types in C.
Manually implemented a list using Last-in-First-Out and a list sorting function.
Manually implemented a queue and pop, push functions, and multiple functions and unique classes.
Manually implemented a minimal path-finding algorithm with my own manually implemented queue