Skip to content

[Jeff] Week 01 Solutions#2402

Open
mrlee7 wants to merge 8 commits intoDaleStudy:mainfrom
mrlee7:main
Open

[Jeff] Week 01 Solutions#2402
mrlee7 wants to merge 8 commits intoDaleStudy:mainfrom
mrlee7:main

Conversation

@mrlee7
Copy link
Contributor

@mrlee7 mrlee7 commented Mar 9, 2026

๋‹ต์•ˆ ์ œ์ถœ ๋ฌธ์ œ

์ด์ „ ์ฃผ ๋ฌธ์ œ๋“ค์„ ์ปค๋ฐ‹๋งŒํ•ด๋‘๊ณ  ์ œ๋Œ€๋กœ ํ‘ธ์‰ฌํ•˜์ง€ ์•Š์•˜์—ˆ๋„ค์š” ๐Ÿ˜ญ
์šฐ์„  ํ•จ๊ป˜ ์ปค๋ฐ‹ํ•˜์—ฌ PR ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค. ๐Ÿ™

์ž‘์„ฑ์ž ์ฒดํฌ ๋ฆฌ์ŠคํŠธ

  • Projects์˜ ์˜ค๋ฅธ์ชฝ ๋ฒ„ํŠผ(โ–ผ)์„ ๋ˆŒ๋Ÿฌ ํ™•์žฅํ•œ ๋’ค, Week๋ฅผ ํ˜„์žฌ ์ฃผ์ฐจ๋กœ ์„ค์ •ํ•ด์ฃผ์„ธ์š”.
  • ๋ฌธ์ œ๋ฅผ ๋ชจ๋‘ ํ‘ธ์‹œ๋ฉด ํ”„๋กœ์ ํŠธ์—์„œ Status๋ฅผ In Review๋กœ ์„ค์ •ํ•ด์ฃผ์„ธ์š”.
  • ์ฝ”๋“œ ๊ฒ€ํ† ์ž 1๋ถ„ ์ด์ƒ์œผ๋กœ๋ถ€ํ„ฐ ์Šน์ธ์„ ๋ฐ›์œผ์…จ๋‹ค๋ฉด PR์„ ๋ณ‘ํ•ฉํ•ด์ฃผ์„ธ์š”.

๊ฒ€ํ† ์ž ์ฒดํฌ ๋ฆฌ์ŠคํŠธ

Important

๋ณธ์ธ ๋‹ต์•ˆ ์ œ์ถœ ๋ฟ๋งŒ ์•„๋‹ˆ๋ผ ๋‹ค๋ฅธ ๋ถ„ PR ํ•˜๋‚˜ ์ด์ƒ์„ ๋ฐ˜๋“œ์‹œ ๊ฒ€ํ† ๋ฅผ ํ•ด์ฃผ์…”์•ผ ํ•ฉ๋‹ˆ๋‹ค!

  • ๋ฐ”๋กœ ์ด์ „์— ์˜ฌ๋ผ์˜จ PR์— ๋ณธ์ธ์„ ์ฝ”๋“œ ๋ฆฌ๋ทฐ์–ด๋กœ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š”.
  • ๋ณธ์ธ์ด ๊ฒ€ํ† ํ•ด์•ผํ•˜๋Š” PR์˜ ๋‹ต์•ˆ ์ฝ”๋“œ์— ํ”ผ๋“œ๋ฐฑ์„ ์ฃผ์„ธ์š”.
  • ํ† ์š”์ผ ์ „๊นŒ์ง€ PR์„ ๋ณ‘ํ•ฉํ•  ์ˆ˜ ์žˆ๋„๋ก ์Šน์ธํ•ด์ฃผ์„ธ์š”.

@SamTheKorean
Copy link
Contributor

์•ˆ๋…•ํ•˜์„ธ์š”! line error ํ•ด๊ฒฐ ๋ถ€ํƒ๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค!

@junzero741 junzero741 self-requested a review March 13, 2026 07:46
"""

def isAnagram(self, s: str, t: str) -> bool:
return sorted(s) == sorted(t)
Copy link
Contributor

Choose a reason for hiding this comment

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

๊ฐ„๊ฒฐํ•˜๋„ค์š” ๐Ÿ‘

longest = 0
length = 1

nums.sort()
Copy link
Contributor

Choose a reason for hiding this comment

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

์ €๋Š” set ์„ ์‚ฌ์šฉํ•ด์„œ ๊ณต๊ฐ„๋ณต์žก๋„๋ฅผ ํฌ์ƒํ–ˆ๋Š”๋ฐ, ์ •๋ ฌ๋„ ์ข‹๋„ค์š”. ๋ฐฐ์›Œ๊ฐ‘๋‹ˆ๋‹ค ๐Ÿ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants