MCPcopy Create free account
hub / github.com/TheAlgorithms/C / check_number

Function check_number

project_euler/problem_5/sol1.c:18–29  ·  view source on GitHub ↗

Pretty naive implementation. Just checks every number if it's devisable by 1 * through 20 * @param n number to check * @returns 0 if not divisible * @returns 1 if divisible */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected