Skip to content

Instantly share code, notes, and snippets.

@0qol
0qol / primeFactorization.ws
Last active February 3, 2017 14:29
[Whitespace] 素因数分解
標準入力から素因数分解したい整数を入れると結果を表示してくれる
@0qol
0qol / checkIfPrimeNumber2.ws
Last active February 3, 2017 13:18
[Whitespace] 素数判定 O(n^(1/2))
@0qol
0qol / checkIfPrimeNumber1.ws
Last active February 3, 2017 13:18
[Whitespace] 素数判定 O(n)