Skip to content

Conversation

ksg2388
Copy link
Collaborator

@ksg2388 ksg2388 commented Jul 12, 2023

  1. 귀여운 라이언
  • 시간 복잡도 : $O(N)$
    image
  1. 가장 가까운 공통 조상
  • 시간 복잡도 : $O(NlogN)$
    image
  1. 개근상
  • 시간 복잡도 : $O(N)$
    image
  1. 풍선 터트리기
  • 시간 복잡도 : $O(N)$
    image
  1. 호텔 대실
  • 시간 복잡도 : $O(N^2)$
    image

@ksg2388 ksg2388 added BOJ baekjoon Programmers programmers Javascript javascript labels Jul 12, 2023
@ksg2388 ksg2388 self-assigned this Jul 12, 2023
Copy link
Collaborator

Choose a reason for hiding this comment

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

메모이제이션이란 말 첨 들어봐용

Copy link
Owner

Choose a reason for hiding this comment

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

DP 공부 다시 하세요.

Copy link
Owner

Choose a reason for hiding this comment

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

문자열에 강해져야겠네요 ㅎ 비중을 늘려봅시다

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

Labels

BOJ baekjoon Javascript javascript Programmers programmers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants