Skip to content

Commit 5de9ca2

Browse files
authoredNov 10, 2022
Added Georgian translation && Added link to the translation from other files (trekhleb#951)
1 parent c4164bf commit 5de9ca2

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed
 

‎src/algorithms/math/fibonacci/README.fr-FR.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Nombre de Fibonacci
22

33
_Read this in other languages:_
4-
[english](README.md).
4+
[english](README.md),
5+
[ქართული](README.ka-GE.md).
56

67
En mathématiques, la suite de Fibonacci est une suite d'entiers
78
dans laquelle chaque terme (après les deux premiers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# ფიბონაჩის რიცხვი
2+
3+
მათემატიკაში ფიბონაჩის მიმდევრობა წარმოადგენს მთელ რიცხვთა მიმდევრობას,
4+
რომელშიც ყოველი რიცხვი (პირველი ორი რიცხვის შემდეგ)
5+
მისი წინამორბედი ორი რიცხვის
6+
ჯამის ტოლია:
7+
8+
`0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...`
9+
10+
კვადრატების წყობა, სადაც ყოველი კვადრატის გვერდების სიგრძე, თანმიმდევრობით, ფიბონაჩის რიცხვებს შეესაბამება
11+
12+
![Fibonacci](https://upload.wikimedia.org/wikipedia/commons/d/db/34%2A21-FibonacciBlocks.png)
13+
14+
ფიბონაჩის სპირალი: ოქროს სპირალის აპროქსიმაცია, რომელიც შექმნილია კვადრატების მოპირდაპირე კუთხეებს შორის შემაერთებელი რკალების გავლებით;[4] ამ შემთხვევაში, გამოყენებულ კვადრატთა [გვერდების] ზომებია: 1, 1, 2, 3, 5, 8, 13 და 21.
15+
16+
![Fibonacci Spiral](https://upload.wikimedia.org/wikipedia/commons/2/2e/FibonacciSpiral.svg)
17+
18+
## სქოლიო
19+
20+
- [Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_number)

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
_Read this in other languages:_
44
[français](README.fr-FR.md),
5-
[简体中文](README.zh-CN.md).
5+
[简体中文](README.zh-CN.md),
6+
[ქართული](README.ka-GE.md).
67

78
In mathematics, the Fibonacci numbers are the numbers in the following
89
integer sequence, called the Fibonacci sequence, and characterized by

‎src/algorithms/math/fibonacci/README.zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
_Read this in other languages:_
44
[français](README.fr-FR.md),
5-
[english](README.md).
5+
[english](README.md),
6+
[ქართული](README.ka-GE.md).
67

78
在数学中,斐波那契数是以下整数序列(称为斐波那契数列)中的数字,其特征在于前两个数字之后的每个数字都是前两个数字的和:
89

0 commit comments

Comments
 (0)
Please sign in to comment.