Skip to content

[week 8] 주간 결산_연서 #24

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

[week 8] 주간 결산_연서 #24

wants to merge 10 commits into from

Conversation

Yeonseo-Jo
Copy link
Member

✨ 이번주 문제 풀이

[level 1]

  • 2016년
  • 기사단원의 무기
  • 소수 만들기
  • 예산
  • 카드뭉치

[level 2]

  • 괄호 회전하기
  • 모음 사전
  • 숫자의 표현
  • 타겟 넘버
  • 튜플

📚 이번주 코테 공부 중 느낀점 / 배운 점

[level 1] 2016년

  • Date() 생성자 : Date 생성자는 시간의 특정 지점을 나타내는 Date 객체를 생성한다.
  • 주의 할 점은 month는 일반 월이 아니라 인덱스로 되어있어서 1월이라면 0이 들어가야한다.
    2021년 8월 30일은 new Date(2021, 7, 30)으로 구성하면 된다.
    결과는 Mon Aug 30 2021 00:00:00 GMT+0900 (한국 표준시) 이다.

[level 1] - 소수만들기

  • 소수인지 판별은 제곱근까지만 해도 충분! => 범위를 sqrt()로 잡기

[level 2] - 모음 사전

@Yeonseo-Jo Yeonseo-Jo self-assigned this Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant