Estia-advanced-programming / Estia-advanced-programming/Tianhao

Flight Closeness

Open
#81 0 comments 0 reactions 0 assignees View on GitHub
analysis
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.