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

Function is_in

project_euler/problem_401/sol1.c:28–39  ·  view source on GitHub ↗

* Check if a number is present in given array * \param[in] N number to check * \param[in] D array to check * \param[in] L length of array * \returns 1 if present * \returns 0 if absent */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_divisorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected