[Mathematics] 카라츠바 알고리즘

Karatsuba

Read more
[Mathematics] fastSum fastPow

Code

Read more
[Mathematics] 공간복잡도를 줄인 에라토스테네스의 체를 활용한 소수 산출

Prime Number

Read more
[Mathematics] P(N)/N-1 나머지 산출 공식

N notation : N-1

Read more
[Mathematics] 루카스의 정리를 활용한 이항계수 공식

Lucas’ Theorem

Read more
[Mathematics] 최장 증가 수열

LIS

Read more
[Mathematics] GCD LCM

유클리드 호제법을 활용한 최대공약수 최소공배수 산출 공식

Read more
[Mathematics] 확장 유클리드 호제법

ECC

Read more
[Modern C++] Prefix Operator Postfix Operator

전후위 증감 연산자

Read more
[Modern C++] R-Value L-Value

R-Value L-Value

Read more