Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/E869120/math-algorithm-book
/ func
Function
func
codes/cpp/Code_3_06_6.cpp:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int func(int N) {
2
return func(N - 1) * N;
3
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected