MCPcopy Create free account
hub / github.com/CodeToExpress/dailycodebase / factorial

Function factorial

day13/C++/FACTORIAL_RECURSION.cpp:20–27  ·  view source on GitHub ↗

* @desc: recursive function to compute factorial of the Number. * @param: integer N. * @return: factorial of N. */

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