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.
- Host: GitHub
- URL: https://github.com/dm-zhuk/goit-algo-hw-02
- Owner: dm-zhuk
- Created: 2025-04-01T18:21:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T18:23:47.000Z (8 months ago)
- Last Synced: 2025-04-01T19:35:24.043Z (8 months ago)
- Topics: algorithms-and-data-structures, python3
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.