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

https://github.com/streamdp/skylink-challenge

skylink challenge
https://github.com/streamdp/skylink-challenge

Last synced: 9 months ago
JSON representation

skylink challenge

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
```