mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Added Georgian translation && Added link to the translation from other files (#951)
This commit is contained in:
parent
c4164bf224
commit
5de9ca28e9
@ -1,7 +1,8 @@
|
|||||||
# Nombre de Fibonacci
|
# Nombre de Fibonacci
|
||||||
|
|
||||||
_Read this in other languages:_
|
_Read this in other languages:_
|
||||||
[english](README.md).
|
[english](README.md),
|
||||||
|
[ქართული](README.ka-GE.md).
|
||||||
|
|
||||||
En mathématiques, la suite de Fibonacci est une suite d'entiers
|
En mathématiques, la suite de Fibonacci est une suite d'entiers
|
||||||
dans laquelle chaque terme (après les deux premiers)
|
dans laquelle chaque terme (après les deux premiers)
|
||||||
|
20
src/algorithms/math/fibonacci/README.ka-GE.md
Normal file
20
src/algorithms/math/fibonacci/README.ka-GE.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# ფიბონაჩის რიცხვი
|
||||||
|
|
||||||
|
მათემატიკაში ფიბონაჩის მიმდევრობა წარმოადგენს მთელ რიცხვთა მიმდევრობას,
|
||||||
|
რომელშიც ყოველი რიცხვი (პირველი ორი რიცხვის შემდეგ)
|
||||||
|
მისი წინამორბედი ორი რიცხვის
|
||||||
|
ჯამის ტოლია:
|
||||||
|
|
||||||
|
`0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...`
|
||||||
|
|
||||||
|
კვადრატების წყობა, სადაც ყოველი კვადრატის გვერდების სიგრძე, თანმიმდევრობით, ფიბონაჩის რიცხვებს შეესაბამება
|
||||||
|
|
||||||
|
![Fibonacci](https://upload.wikimedia.org/wikipedia/commons/d/db/34%2A21-FibonacciBlocks.png)
|
||||||
|
|
||||||
|
ფიბონაჩის სპირალი: ოქროს სპირალის აპროქსიმაცია, რომელიც შექმნილია კვადრატების მოპირდაპირე კუთხეებს შორის შემაერთებელი რკალების გავლებით;[4] ამ შემთხვევაში, გამოყენებულ კვადრატთა [გვერდების] ზომებია: 1, 1, 2, 3, 5, 8, 13 და 21.
|
||||||
|
|
||||||
|
![Fibonacci Spiral](https://upload.wikimedia.org/wikipedia/commons/2/2e/FibonacciSpiral.svg)
|
||||||
|
|
||||||
|
## სქოლიო
|
||||||
|
|
||||||
|
- [Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_number)
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
_Read this in other languages:_
|
_Read this in other languages:_
|
||||||
[français](README.fr-FR.md),
|
[français](README.fr-FR.md),
|
||||||
[简体中文](README.zh-CN.md).
|
[简体中文](README.zh-CN.md),
|
||||||
|
[ქართული](README.ka-GE.md).
|
||||||
|
|
||||||
In mathematics, the Fibonacci numbers are the numbers in the following
|
In mathematics, the Fibonacci numbers are the numbers in the following
|
||||||
integer sequence, called the Fibonacci sequence, and characterized by
|
integer sequence, called the Fibonacci sequence, and characterized by
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
_Read this in other languages:_
|
_Read this in other languages:_
|
||||||
[français](README.fr-FR.md),
|
[français](README.fr-FR.md),
|
||||||
[english](README.md).
|
[english](README.md),
|
||||||
|
[ქართული](README.ka-GE.md).
|
||||||
|
|
||||||
在数学中,斐波那契数是以下整数序列(称为斐波那契数列)中的数字,其特征在于前两个数字之后的每个数字都是前两个数字的和:
|
在数学中,斐波那契数是以下整数序列(称为斐波那契数列)中的数字,其特征在于前两个数字之后的每个数字都是前两个数字的和:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user