aoc
2024.12.25
In aoc::
year2017::
day23
aoc
::
year2017
::
day23
Function
composite
Copy item path
Source
fn composite(n:
u32
) ->
Option
<
u32
>
Expand description
Simple
prime number check
of all factors from 2 to √n inclusive.