Skip to content

Data Structures using C, attending a project from UNICAMP.

Notifications You must be signed in to change notification settings

gabrielpereir4/datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

datastructures

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.

About

Data Structures using C, attending a project from UNICAMP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages