-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (7 loc) · 779 Bytes
/
Copy pathREADME
File metadata and controls
12 lines (7 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Practice with Data Structures
------
Basic C++ programs to practice commenting, linked lists, encapsulation, and using git. These were originally programs for class but I wanted to clean them up.
Program #1 - build a linked list for a symbol table. allow the user to add, modify, remove, and display information for a single symbol; also allow a 'display all'.
Program #2 - develop application for "CS Airways" to automate the boarding process. Use queues for entering each aircraft and confirming purchase of a ticket. Use stacks to automate the loading/unloading process.
All programs here are licensed under the Creative Commons 3.0 with the stipulation that attribution must include a link to http://github.com/wicker/
http://creativecommons.org/licenses/by-sa/3.0/