https://github.com/streamdp/skylink-challenge
skylink challenge
https://github.com/streamdp/skylink-challenge
Last synced: 9 months ago
JSON representation
skylink challenge
- Host: GitHub
- URL: https://github.com/streamdp/skylink-challenge
- Owner: streamdp
- License: mit
- Created: 2025-04-23T12:33:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-30T13:20:29.000Z (11 months ago)
- Last Synced: 2025-05-18T22:13:09.858Z (10 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skylink
Skylink, a futuristic airborne logistics network, is tasked with optimizing its passenger transit routes between floating cities.
Each floating city has a limited landing bay capacity, restricting the number of passengers it can receive per day. Need to compute the maximum number
of passengers that can be transported per day from the primary hub to all final arrival points, ensuring that no relay exceeds its quota.
## Output
```bash
2025/04/30 16:11:50 maximum number of passengers: 56
2025/04/30 16:11:50 maximum number of passengers (ford fulkerson algorithm): 56
```