Skip to content

[BOJ/실버3] 22-10-17 (BOJ)#41

Merged
hyesuuou merged 1 commit into
mainfrom
hyesu
Oct 17, 2022
Merged

[BOJ/실버3] 22-10-17 (BOJ)#41
hyesuuou merged 1 commit into
mainfrom
hyesu

Conversation

@hyesuuou

Copy link
Copy Markdown
Collaborator

🌱 문제번호와 링크

https://www.acmicpc.net/problem/11051

🥺 무엇을 알게 되었나요?

이항계수 nCk = n-1Ck-1 + n-1Ck
점화식으로 하면 d[i][j] = d[i-1][j-1] + d[i-1][j]

@hyesuuou hyesuuou self-assigned this Oct 17, 2022
@hyesuuou hyesuuou merged commit 324a7d3 into main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant