Giter Club home page Giter Club logo

acsystem's Introduction

ACSystem

Problem Statement

A software subsystem of an air-traffic control system is defined to manage a queue of aircraft (AC) in an airport. The aircraft queue is managed by a process that responds to three types of requests:

  1. System boot used to start the system.
  2. Enqueue aircraft used to insert a new AC into the system.
  3. Dequeue aircraft used to remove an AC from the system.

AC’s have at least (but are not limited to having) the following properties:

  1. AC type: Passenger or Cargo
  2. AC size: Small or Large

The process that manages the queue of AC’s satisfies the following:

  1. There is no limit to the number of AC’s it can manage.
  2. Dequeue aircraft requests result in selection of one AC for removal such that: a. Passenger AC’s have removal precedence over Cargo AC’s. b. Large AC’s of a given type have removal precedence over Small AC’s of the same type. c. Earlier enqueued AC’s of a given type and size have precedence over later enqueued AC’s of the same type and size.

acsystem's People

Contributors

pramodh-bn 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.