Skip to content

This is a simple project from my college where we use C as its basics.

Notifications You must be signed in to change notification settings

RenanOSX/C-Exercise-Pile-of-Cups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pile of Cups

This is a simple project from my Puc Campinas using the C language.

The challenge was to create a pile of cups using concepts like: Linked Lists, Piles and FIFO. Those concepts and other ones were used in this simple project to get a better understanding of how to handle data, use structures, better utilizing pointers, dynamic linked lists and much more.

Rules of the task:

  • Use concepts like (Linked Lists, Piles, FIFO etc..).
  • Ask the user the number of cups to make a pile.
  • The pile has to be mostly symmetrical (More cups on the bottom than the top part, so the pile can still be "up").
  • Each cup need to have a specific character assigned to it, limited to 26 characters (On my project is possible to go above it if necessary).
  • Use dynamic Lists on its base.

About

This is a simple project from my college where we use C as its basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages