Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 755 Bytes

ESC190

ESC190 - Computer Systems & Data Structures - Labs/Assignments

Assignment 1

Created a resturant tracking system that can take orders and put them in a queue, calculate order costs and give overall resurant stats.

Assignment 2

Created a QR code generator and debugger.

Lab 1

Learning the basic syntax of C, if statements, for statements, function declaration.

Lab 2

Coding Functions in C and mastering the basic variable types in C.

Lab 3

Manually implemented a list using Last-in-First-Out and a list sorting function.

Lab 4

Manually implemented a queue and pop, push functions, and multiple functions and unique classes.

Lab 5

Manually implemented a minimal path-finding algorithm with my own manually implemented queue