Skip to content

Conversation

bky373
Copy link
Contributor

@bky373 bky373 commented May 14, 2024

Problems

  • 104. Maximum Depth of Binary Tree
  • 100. Same Tree
  • 572. Subtree of Another Tree
  • 70. Climbing Stairs
  • 252. Meeting Rooms

Copy link
Contributor

Choose a reason for hiding this comment

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

배열에 값들을 담아줄 수도 있지만, 현재 값을 구하기 위해서는 전과 전의 전 값만 필요한 것을 고려하면 공간복잡도를 상수항으로 만들 수도 있을 것 같습니다.

Copy link
Member

Choose a reason for hiding this comment

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

좋은 피드백이네요 😃

Copy link
Contributor Author

Choose a reason for hiding this comment

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

와.. 이런 접근이 가능했군요! 문제 새로 풀어두었습니다 감사합니다!

[week3] improvement for 70. Climbing Stairs

Copy link
Contributor

Choose a reason for hiding this comment

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

져도 처음에는 list에 쌓았는데 피드백 받아서 고쳤습니다ㅎㅎ

Copy link
Member

Choose a reason for hiding this comment

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

좋은 피드백이네요 😃

@DaleSeo
Copy link
Member

DaleSeo commented May 14, 2024

@bky373 공지 사항 참조하셔서 iteration 설정 부탁드리겠습니다.

@bky373
Copy link
Contributor Author

bky373 commented May 15, 2024

@bky373 공지 사항 참조하셔서 iteration 설정 부탁드리겠습니다.

네 iteration 설정 마쳤습니다~ 감사합니다!

Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@DaleSeo DaleSeo merged commit 0db7eba into DaleStudy:main May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants