News

After @_Mr_Spike_ told me it takes 3 weeks to generate the 50th Fibonacci number using recursion, I created this script to check if I can do better without recursion but with iteration. Damn fast.
This repository is intended to help students compare and contrast coding in R, ML, Java, JavaScript and Python using simple scripts for the Fibonacci mathematical sequence.