Notice
250x250
Recent Posts
Recent Comments
Link
목록정수론 (22)
넘치게 채우기
[친절한 수론 길라잡이] 1. 수론이란?
수론이란, 자연수라 불리는 양의 정수의 집합에 대한 연구이다. 수론, 수학에서 필요한 문제풀이 과정 자료를 모아라. 보통 자료는 수치적이지만 추상적인 경우도 있다. 모은 자료를 조사하고 규칙성과 관련성을 찾아보아라. 규칙성 및 관련성을 설명하는 추측(conjecture)을 만들어보아라. 이런 추측은 보통 공식으로 나타낼 수 있다. 추가 자료를 모으고 새로운 정보가 추측에 부합하는지 확인하여 추측을 검증하여라. 추측이 참으로 보일 방법(증명)을 고안하라.
수학/정수론
2024. 3. 4. 15:36
[LeetCode] 343. Integer Break
https://leetcode.com/problems/integer-break/description/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 유형 : 정수론, 수학 문제 난이도 : Medium 문제 Given an integer n, break it into the sum of k positive integers, where k >= 2, and..
PS/LeetCode
2023. 10. 6. 10:54