CSE 101 -- Hwk 2

Due before midnight, Sunday, October 24, 2021.
Late submissions will not be accepted/graded.

Changelog:

  • Oct 19, 2021: Updated the application requirements
  • Oct 19, 2021: Updated Makefile to fix typos

    Objectives:

    Implement queue ADT and a simple application.

    Description:

    In this assignment you will implement a queue ADT and a simple application that operates on your queue. The application simply accepts input from stdin and performs the desired operation on a queue.

    Details: