AnthonyCxx / comfort-airlines

High Point University 2024 Senior Software Engineering Project
2 stars 0 forks source link

Eliminate Illegal Flights #5

Closed Dhud6 closed 6 months ago

Dhud6 commented 6 months ago

Summary

The clients are not willing to consider flights within 241 kilometers (150 miles) of each other. Using distance.csv or distance_matrix.csv, determine the set of airports which cannot be flown to each other. For example, you cannot fly from John F. Kennedy International Airport (JFK) to Philadelphia International Airport (PHL) because they are 150 kilometers apart.

If my calculations are correct, only 836 flights out of 900 are legal.

Group Questions