Skip to content

Conversation

@TaeyeonRoyce
Copy link
Owner

푼 문제

백준 1010 - 다리 놓기

직관적으로 조합을 구현하면 오버 플로우 발생 -> 다이나믹 프로그래밍을 활용하여 이전 결과를 반영하며 구함.
python에서는 combination이라는 라이브러리를 제공하지만 Java는 없다...

스터디

백준 10773 - 제로
스택을 활용한 간단한 문제

백준 2164 - 카드2
큐를 활용한 문제

-> python에서는 큐보다 덱(Deque)를 사용하는 것이 성능면에서 유리함.
큐가 멀티쓰레드 환경을 지원한다는 장점이 있지만, 성능이 우월하진 않다고 한다.

@TaeyeonRoyce TaeyeonRoyce merged commit 0ba8397 into master Jun 28, 2022
@TaeyeonRoyce TaeyeonRoyce deleted the Royce/week01 branch June 28, 2022 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants