mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-08-01 17:32:39 +08:00
Add links to zh-CN version of Factorial.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
# Factorial
|
||||
|
||||
_Read this in other languages:_
|
||||
[_简体中文_](README.zh-CN.md),
|
||||
|
||||
In mathematics, the factorial of a non-negative integer `n`,
|
||||
denoted by `n!`, is the product of all positive integers less
|
||||
than or equal to `n`. For example:
|
||||
|
Reference in New Issue
Block a user