Skip to content

Project for Cooper Union's Data Structures and Algorithms class, ECE264, taken Fall 2019 with Prof. Sable

Notifications You must be signed in to change notification settings

HYanofsky/Stacks-and-Queues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Hadassah Yanofsky ECE264 - Data Structures and Algorithms 1 Cooper Union Fall 2019 This code uses an absract classs called SimpleList to implements stacks and queues in a singly linked list.

The program should ask the user for the name of an input text file and an output text file. The input file will contain a list of commands, one per line. Each command will direct the program to create a stack or a queue, to push a value onto a stack or a queue, or to pop a value from a stack or a queue. The program will read and process the commands in the text file.

Compile: g++ Code.cpp ./a.exe Write in the name of the file it is reading from and writing to as promted.

About

Project for Cooper Union's Data Structures and Algorithms class, ECE264, taken Fall 2019 with Prof. Sable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages