Skip to content

cc0407/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fibonacci Compute

Computes fibonacci up to 92 terms (overflows from 92 onwards), made in Java and C

How to run

Java

  • Select branch "Java"
  • Clone branch or download ZIP
  • Ensure you have the newest JRE downloaded
  • Run fibonacci.jar from command-line with the command:
    • java -jar fibonacci.jar

C

In Progress

  • Select branch "C"
  • Clone branch or download ZIP
  • Run fibonacci.exe
    • Alternatively, you can compile the source code into your own exe

About

Computes fibonacci to n terms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published