Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CS303-Assignment2

Screenshots of OUTPUT are included in 'assignment02Screenshots'

  1. Main Menu will ask user to choose from a LinkedList or Stack LINKEDLIST (Function found in Q1.cpp):
    1. Linked list will be uploaded with names from a names.txt file.
    2. List will display current list content
    3. Linked List will ask user a couple of questions through out the program.
    4. After the last question asked the program will print out the Front and Back of List using only View
    5. It will also POP front and back
    6. it will remove all contents in list
    7. Last, it will check if list is empty (should return 'YES')

STACK (Function found in Q2.cpp)

  1. loadStack will load the Stack with random numbers (10)
  2. Then program will cout the fucntions required per the assignment.

After either LinkedList or Stack is done running, the program will return you to the Main Menu. You can choose to quit or run through the programs again.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages