레야몬
[C++] 19124번 Binomial Coefficient - 수학, 정수론 본문
아직 풀지는 못했고 언젠가는 정수론을 공부해야한다고 생각하기 때문에 정수론을 공부하고나서 풀어보려고 한다.
정수론 책 pdf
https://blog.naver.com/PostView.nhn?blogId=mindo1103&logNo=221340552620&from=search&redirect=Log&widgetTypeCall=true&directAccess=false
정수론의 기초
https://divyanshkumarsblog.wordpress.com/2017/05/30/number-theory-i/
그래서 결론은?
https://divyanshkumarsblog.wordpress.com/2017/05/30/number-theory-ii-advanced-modular-arithmetic/
중국인의 나머지 정리
https://divyanshkumarsblog.wordpress.com/2017/05/30/number-theory-ii-advanced-modular-arithmetic/
배주 항등식
https://namu.wiki/w/%EB%B2%A0%EC%A3%BC%20%ED%95%AD%EB%93%B1%EC%8B%9D
확장 유클리드 알고리즘
https://baeharam.github.io/posts/algorithm/extended-euclidean/
'알고리즘 > 백준' 카테고리의 다른 글
[C++] 3640번 제독 - 최대 유량, 최소 비용 최대 유량 (0) | 2022.11.01 |
---|---|
[C++] 1006번 습격자 초라기 - DP (0) | 2022.10.31 |
[C++] 2188번 축사 배정 - 이분 매칭 (0) | 2022.10.28 |
[C++] 11375번 열혈강호 - 이분 매칭 (0) | 2022.10.28 |
[C++] 1420번 학교 가지마! - 최대 유량, 최대 유량 최소 컷 정리 (0) | 2022.10.28 |