Giter Club home page Giter Club logo

cpsc-350-assignment-4's Introduction

CPSC-350-Assignment-4

1. IDENTIFYING INFO

  • Course Number and Section: CPSC 350-01
  • Assignment 4

Student 1

Student 2

2. SOURCE FILES

  • README.md
  • main.cpp
  • DoublyLinkedList.h
  • List.h
  • ListNode.h
  • Makefile
  • Registrar.cpp
  • Registrar.h
  • Simulation.cpp
  • Simulation.h
  • Student.cpp
  • Student.h
  • StudentQueue.cpp
  • StudentQueue.h
  • Window.cpp
  • Window.h
  • test.txt

3. DESCRIPTION

This assignment simulates Chapman's registrar office. The goal is to provide average wait and idle times for the windows and students in the office so the registrars can make predictions about capacity requirements.

It takes an input of a text file with information about the number of windows open, the number of students arrived, the time they arrived, and how long they need at a window.

  • How to Run:

    • cd into the directory containing source files
    • Type make all into your command line
    • Type ./assignment4.out filename into your command line
    • Follow the menu prompts
  • Important Notes:

    • You cannot use an empty input file.
    • The input file must have one positive integer value per line.
    • The first line represents the number of registrar windows.
    • Following lines follow a repeating pattern of student: information:
      • Time student(s) arrive
      • Number of students arriving at specified time
      • Time needed for student(s)

4. REFERENCES

cpsc-350-assignment-4's People

Contributors

currenluna avatar olivermathias avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.