Skip to content

ngeor/fibonacci

trunk
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
c
 
 
cpp
 
 
cs
 
 
go
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vb6
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fibonacci

Calculating Fibonacci numbers in various programming languages

According to wikipedia, we use a zero based indexing and the sequence is:

0, 1, 1, 2, 3, 5, 8, ...

Implementations

  • GWBasic
  • QBasic
  • Turbo Pascal 6
  • Visual Basic 6
  • Lazarus (Delphi)
  • Python
  • Ruby
  • C
  • C++
  • Java
  • C# (dotnet core)
  • VB.net (dotnet core)
  • Go
  • JavaScript (in HTML)
  • Rust

About

Calculating Fibonacci numbers in various programming languages

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published