Skip to content

김민지_Rotate Array#5

Open
YeongseoYoon wants to merge 4 commits intomainfrom
feat/test3
Open

김민지_Rotate Array#5
YeongseoYoon wants to merge 4 commits intomainfrom
feat/test3

Conversation

@YeongseoYoon
Copy link
Copy Markdown

🧑‍💻 언어 및 제출 결과

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

🧠 풀이 설명

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

📊 시간/공간 복잡도

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

📝 추가 설명 (선택)

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

🙋‍♂️ 리뷰어에게

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

@github-actions github-actions bot added the TeamA 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 TeamA and removed TeamA labels Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 이하연_Rotate Array 박성식_Rotate Array Jun 18, 2025
@github-actions github-actions bot added the TeamD label Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 박성식_Rotate Array 이하연_Rotate Array Jun 18, 2025
@github-actions github-actions bot added TeamA and removed TeamD labels Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 이하연_Rotate Array 박성식_Rotate Array Jun 18, 2025
@github-actions github-actions bot added the TeamD label Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 박성식_Rotate Array 윤영서_Rotate Array Jun 18, 2025
@github-actions github-actions bot added the TeamC label Jun 18, 2025
@YeongseoYoon YeongseoYoon changed the title 윤영서_Rotate Array 김민지_Rotate Array Jun 18, 2025
@github-actions github-actions bot added the TeamC Team label for TeamC label Jun 18, 2025
@YeongseoYoon YeongseoYoon force-pushed the main branch 2 times, most recently from 603549d to ba8b714 Compare June 18, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TeamC Team label for TeamC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant