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

Function smallestDivisor

leetcode/src/1283.c:20–44  ·  view source on GitHub ↗

Divide and conquer Runtime: O(n*log(n)) Space: O(1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getSumFunction · 0.85
maxFunction · 0.70

Tested by

no test coverage detected