An open API service indexing awesome lists of open source software.

https://github.com/dm-zhuk/goit-algo-hw-02

A program that simulates the acceptance and processing of applications thus imitating the work of the service center.
https://github.com/dm-zhuk/goit-algo-hw-02

algorithms-and-data-structures python3

Last synced: 8 months ago
JSON representation

A program that simulates the acceptance and processing of applications thus imitating the work of the service center.

Awesome Lists containing this project

README

          

# goit-algo-hw-02
A program that simulates the acceptance and processing of applications:
the program must automatically generate new applications (identified by a unique number or other data),
add them to the queue, and then consistently remove from the queue for "processing", thus imitating the work of the service center.