Estia-advanced-programming / Estia-advanced-programming/Tianhao
Flight Closeness
- Dominant language
- Java
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**CLI Output Name**: -o closeFlight
**Input**: a folder name containing flight record file(s)
**Print**: A list of jet id who flew less than 50km from each others:
[jet_id1, jet_id2]:min_distance (km)
[jet_id1, jet_id3]:min_distance (km)
etc (alphabetical order)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the CLI entry point for the -o closeFlight output and inspect how the input folder and flight record files are currently read. Implement the less-than-50-kilometre comparison and produce [jet_id1, jet_id2]:min_distance lines in alphabetical order. Done means the command accepts a folder name and prints the requested list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100