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
- Host: GitHub
- URL: https://github.com/selcuukyilmazz/flightticketoptimizer
- Owner: SelcuukYilmazz
- Created: 2021-08-07T20:57:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T21:23:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T13:14:23.510Z (over 1 year ago)
- Topics: directed-graph, java, skyscanner
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*