Skip to content

이하연_Rotate Array#4

Open
YeongseoYoon wants to merge 2 commits intomainfrom
feat/test2
Open

이하연_Rotate Array#4
YeongseoYoon wants to merge 2 commits intomainfrom
feat/test2

Conversation

@YeongseoYoon
Copy link
Copy Markdown

🧑‍💻 언어 및 제출 결과

  • 사용 언어: JavaScript, Python, TypeScript, ...
  • 통과 여부: ✅ / ❌

🧠 풀이 설명

  • Map을 활용해 순회 중 target에서 현재 값을 뺀 값을 빠르게 탐색했습니다.
  • 반복문을 한 번만 돌면서 O(n)으로 해결했습니다.

📊 시간/공간 복잡도

  • 시간 복잡도: O(n)
  • 공간 복잡도: O(1)

📝 추가 설명 (선택)

  • 고민했던 포인트가 있다면 간단히 적어주세요.

🙋‍♂️ 리뷰어에게

  • 리뷰어가 보면 좋을 포인트, 질문, 궁금한 점 등을 작성해 주세요.

@github-actions github-actions bot added the TeamC label Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 김민지_Rotate Array 박영호_Rotate Array Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 박영호_Rotate Array 이하연_Rotate Array Jun 18, 2025
@github-actions github-actions bot added the TeamA Team label for TeamA label Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TeamA Team label for TeamA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant