Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- BST
- scc
- Sieve_of_Eratosthenes
- DynamicProgramming
- graph
- Euler path
- CS Academy
- Cycle detecting
- dynamic programming
- Segment Tree
- implementation
- POJ
- mathematics
- BFSDFS
- Algospot
- Dag
- graph modeling
- disjoint-set
- BOJ
- flows
- bitmask
- Greedy
- backtracking
- GCD
- hashing
- Eulerian circuit
- Eulerian path
- Euler circuit
- Shortest path
- 백준
Archives
- Today
- Total
그냥 하는 노트와 메모장
수학 본문
* Modular
모듈러 연산은 덧셈, 뺄셈, 곱셈에 대해 닫혀있다.
즉, (a+b)%m = (a%m+b%m)%m과 동일하다. 나눗셈에 대해선 닫혀있지 않으므로 유의한다.
※ 페르마의 소정리를 참고.
'Technical terms' 카테고리의 다른 글
Term (0) | 2018.01.03 |
---|
Comments