Skip to content

[choidabom] Week 1#678

Merged
choidabom merged 5 commits intoDaleStudy:mainfrom
choidabom:main
Dec 15, 2024
Merged

[choidabom] Week 1#678
choidabom merged 5 commits intoDaleStudy:mainfrom
choidabom:main

Conversation

@choidabom
Copy link
Contributor

@choidabom choidabom commented Dec 11, 2024

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

์ฒดํฌ ๋ฆฌ์ŠคํŠธ

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

@choidabom choidabom added the js label Dec 11, 2024
@choidabom choidabom self-assigned this Dec 11, 2024
@choidabom choidabom requested a review from a team as a code owner December 11, 2024 05:41
Comment on lines +13 to +14
const alphanumeric = getAlphanumeric(s)
return alphanumeric === alphanumeric.split("").reverse().join("")
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.

๋ฆฌ๋ทฐ ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค !

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.

@choidabom ๋‹˜, ๊น”๋”ํ•œ ํ’€์ด์— ๋ณต์žก๋„ ๋ถ„์„๊นŒ์ง€ ํ•ด์ฃผ์‹œ๋‹ˆ ์ •๋ง ์ข‹์Šต๋‹ˆ๋‹ค!

๋‹ค๋ฅธ ๋ถ„๋“ค๊ณผ๋„ ์˜๊ฒฌ ๋‚˜๋ˆ„์‹œ๋ฉด์„œ, ์ฝ”๋“œ๋ฅผ ์ข€ ๋” ์ตœ์ ํ™” ํ•  ๊ธฐํšŒ๊ฐ€ ์žˆ์—ˆ๋‹ค๋ฉด ๋” ์ข‹์•˜์„ํ…๋ฐ ์•„์‰ฝ๋„ค์š”!
๋‹ค์Œ ์ฃผ์ฐจ์—๋Š” ์ข€ ๋” ๋งŽ์€ ์ƒํ˜ธ ๋ฆฌ๋ทฐ์™€ ๊ต๋ฅ˜๊ฐ€ ์žˆ์—ˆ์œผ๋ฉด ์ข‹๊ฒ ์Šต๋‹ˆ๋‹ค! ์•ž์œผ๋กœ๋„ ์ข‹์€ ํ’€์ด ๋ถ€ํƒ๋“œ๋ฆด๊ฒŒ์š”!

๋น„๋ก ์•„์ง Solving ๋‹จ๊ณ„์ด์‹œ์ง€๋งŒ, ๋งˆ๊ฐ ์‹œ๊ฐ„์ด ๋‹ค๊ฐ€์˜จ ๊ด€๊ณ„๋กœ ๋ฆฌ๋ทฐ ๋ฐ ์Šน์ธ ๋“œ๋ฆฝ๋‹ˆ๋‹ค!

* @return {boolean}
*/
var containsDuplicate = function(nums) {
return new Set(nums).size !== nums.length
Copy link
Contributor

Choose a reason for hiding this comment

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

๐Ÿ‘

@choidabom choidabom merged commit f6faac3 into DaleStudy:main Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

3 participants