Skip to content

The simulation of a telephone call system, where the calls which couldn't be connected wait for lines to get free, and then connect once a line is free.

Notifications You must be signed in to change notification settings

dhunganaPradeep/delayed-call-telephone-simulation

Repository files navigation

Delayed-Call-Telephone-Simulation

This is the simulation of a telephone call system, in which the calls which couldn’t be connected wait for lines to get free, and then connect once a line is free.

To run :

Using Mono

  • Open terminal in root directory
    mcs Call.cs CallsOnProgressList.cs Line.cs TelephoneCallSimulation.cs
  • It will generate a Call.exe file. Now, to exectue this file use :
    mono Call.exe
  • [Optional] If you want to print output in a txt file use :
    mono Call.exe > output.txt

Author

Pradip Dhungana

About

The simulation of a telephone call system, where the calls which couldn't be connected wait for lines to get free, and then connect once a line is free.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages