Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Level.2] 요격 시스템 #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[Level.2] 요격 시스템 #102

wants to merge 1 commit into from

Conversation

pollra
Copy link
Contributor

@pollra pollra commented Feb 15, 2024

  1. target[n][0] 을 1차 기준으로 정렬, 같은 경우 target[n][1] 을 2차 기준으로 정렬
  2. 배열을 돌아가며 타겟 범위를 좁힘
  3. 좁혀진 범위를 벗어난 경우 answer 증가 및 해당 범위부터 다시 2번으로 돌아감
  4. 모든 배열을 돌았다면 리턴

@pollra pollra added the LEVEL2 label Feb 15, 2024
@pollra pollra requested a review from a team February 15, 2024 01:00
@pollra pollra self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant