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

https://github.com/selcuukyilmazz/flightticketoptimizer

Skyscanner like project. Program scans all the tickets and gives you optimized solutions
https://github.com/selcuukyilmazz/flightticketoptimizer

directed-graph java skyscanner

Last synced: 12 months ago
JSON representation

Skyscanner like project. Program scans all the tickets and gives you optimized solutions

Awesome Lists containing this project

README

          

# FlightTicketOptimizer
Skyscanner like project. This project uses directed graphs to optimize tickets. Project helps people to find optimized flight tickets to their destination as Cheapest, Fastest, All of them, Only Cheap and Fast ones, Only from exact company or without that exact company, Only cheaper than given value or quicker than given time.

# How to Use:
Project takes inputs as txt file and takes them via terminal.
The argument order should be as follow:
*airportList.txt, flightList.txt and commandList.txt*