10 lines
169 B
YAML
10 lines
169 B
YAML
|
|
---
|
||
|
|
category:
|
||
|
|
- Recursion
|
||
|
|
- Memoization
|
||
|
|
- Classic CS problems and programs
|
||
|
|
- Arithmetic
|
||
|
|
- Simple
|
||
|
|
from: http://rosettacode.org/wiki/Factorial
|
||
|
|
note: Arithmetic operations
|