Skip to content

Don1ns/air-travel-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

air-travel-filtering

Description of the project:

Test task for writing filters for air travel. Excludes from the test set flights based on the recommendations of the rules (each rule requires a separate output of the list of flights):

  1. Departure before available times
  2. Available segments with an arrival date earlier than the departure date
  3. total time spent on the ground two hours (time on the ground is the interval between arrival of one segment and departure for such one)

Test Task

Test task

Author

Technology stack

Backend:

  • Java 17
  • Maven
  • JUnit
  • Stream API

About

Test task for writing filters for air travel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages