Data Structures using C, attending a project from UNICAMP.
This is a project for Data Structures I (SI201) discipline for UNICAMP. The project required the implementation of 4 data structures, at least 3 unique ones. In this project, there are 2 fully implemented linked lists, a stack, and a queue. All data structures are related, working as a shop system. The queue represents the shop's orders, inside it being a linked list of itens, being each item's quantity represented by a stack. There is a also a linked list representing the store's stock.