Skip to content

[Sehwan] Week10 solution with JavaScript #165

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

Merged
merged 5 commits into from
Jul 9, 2024
Merged

Conversation

nhistory
Copy link
Contributor

@nhistory nhistory commented Jul 2, 2024

No description provided.

* @returns {boolean}
*/
validTree(n, edges) {
// A valid tree must have exactly n - 1 edges
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
Contributor Author

Choose a reason for hiding this comment

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

달레님 블로그를 참고했습니다 ㅎㅎ

@nhistory nhistory marked this pull request as ready for review July 8, 2024 00:44
nhistory

This comment was marked as resolved.

@nhistory
Copy link
Contributor Author

nhistory commented Jul 9, 2024

@bky373 머지를 위해서 리뷰 부탁드립니다 🙇🏻

borahm-lee

This comment was marked as abuse.

@DaleStudy DaleStudy deleted a comment from borahm-lee Jul 9, 2024
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.

PR이 쓰기 권한이 없는 계정으로 승인이 되어 있어서 병합이 불가하네요. 제가 승인 후에 병합하겠습니다.

@DaleSeo DaleSeo merged commit c00280e into DaleStudy:main Jul 9, 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.

4 participants