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

[Flynn] Week 6 Sprial Matrix Refactor #478

Merged
merged 2 commits into from
Sep 21, 2024
Merged

[Flynn] Week 6 Sprial Matrix Refactor #478

merged 2 commits into from
Sep 21, 2024

Conversation

obzva
Copy link
Contributor

@obzva obzva commented Sep 20, 2024

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

기존 PR 병합 후에 다른 방법이 생각나서 새로운 PR을 열게 되었습니다 😓😓

@github-actions github-actions bot added the c++ label Sep 20, 2024
@obzva obzva marked this pull request as ready for review September 20, 2024 15:48
@obzva obzva requested a review from a team as a code owner September 20, 2024 15:48
@obzva obzva requested a review from kjb512 September 20, 2024 15:48
@obzva obzva changed the title [Flynn] Week 6 Sprial Matrix [Flynn] Week 6 Sprial Matrix Refactor Sep 20, 2024
Copy link
Contributor

@HC-kang HC-kang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이번 한 주도 고생 많으셨습니다!

* - 위와 동일하지만, 방문 여부를 기록하기 위해 m * n 크기의 정수형 2차원 배열 대신
* m 크기의 16비트 정수 배열을 사용합니다
* - 더 이상 입력 배열을 변형하지 않습니다
* - 공간복잡도가 개선되고 실제 공간 사용량도 줄어듭니다
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

와 여기서 비트연산자라니.. 감탄하고 갑니다 ㅋㅋ
1 <= m, n <= 10 라는 조건을 잘 캐치하셨네요. 항상 문제 조건을 정말 잘 파악해서 푸시는것같습니다!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

비트 연산은 생각지 못했는데... 잘 배웠습니다!

@obzva obzva merged commit cfc0c46 into DaleStudy:main Sep 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants