Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9304f4

Browse files
feat: added Ukrainian translation for factorial (trekhleb#1006)
* added Ukrainian translations for factorial* added links to other languages* formatting* delete link* Türkçe---------Co-authored-by: VictorPoprozhuk <victor.poprozhuk@gmail.com>
1 parent1ad60dc commitb9304f4

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

‎src/algorithms/math/factorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Factorial
22

33
_Read this in other languages:_
4-
[_简体中文_](README.zh-CN.md),[français](README.fr-FR.md),[turkish](README.tr-TR.md),[ქართული](README.ka-GE.md).
4+
[_简体中文_](README.zh-CN.md),[_Français_](README.fr-FR.md),[_Türkçe_](README.tr-TR.md),[_ქართული_](README.ka-GE.md),[_Українська_](README.uk-UA.md).
55

66
In mathematics, the factorial of a non-negative integer`n`,
77
denoted by`n!`, is the product of all positive integers less
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#Факторіал
2+
3+
_Прочитайте це іншими мовами:_
4+
[_English_](README.md),[_简体中文_](README.zh-CN.md),[_Français_](README.fr-FR.md),[_Türkçe_](README.tr-TR.md),[_ქართული_](README.ka-GE.md).
5+
6+
У математиці факторіал невід'ємного цілого числа`n`, позначений`n!`, є добутком усіх натуральних чисел, менших або рівних`n`. Наприклад:
7+
8+
```
9+
5! = 5 * 4 * 3 * 2 * 1 = 120
10+
```
11+
12+
| n| n!|
13+
| ---| ----------------:|
14+
| 0| 1|
15+
| 1| 1|
16+
| 2| 2|
17+
| 3| 6|
18+
| 4| 24|
19+
| 5| 120|
20+
| 6| 720|
21+
| 7| 5 040|
22+
| 8| 40 320|
23+
| 9| 362 880|
24+
| 10| 3 628 800|
25+
| 11| 39 916 800|
26+
| 12| 479 001 600|
27+
| 13| 6 227 020 800|
28+
| 14| 87 178 291 200|
29+
| 15| 1 307 674 368 000|
30+
31+
##Посилання
32+
33+
[Wikipedia](https://uk.wikipedia.org/wiki/%D0%A4%D0%B0%D0%BA%D1%82%D0%BE%D1%80%D1%96%D0%B0%D0%BB)

‎src/data-structures/linked-list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _Read this in other languages:_
77
[_Português_](README.pt-BR.md),
88
[_한국어_](README.ko-KR.md),
99
[_Español_](README.es-ES.md),
10-
[_Turkish_](README.tr-TR.md),
10+
[_Türkçe_](README.tr-TR.md),
1111
[_Українська_](README.uk-UA.md)
1212

1313
In computer science, a**linked list** is a linear collection

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp