/Recursion

Primary LanguageJavaScript

Recursion

This repo contains 2 assignments given in the CS section of the Odin Project in the Javascript course to understand Recursion.

Assignment 1 is about executing the Fibonacci series with and without recursion.

Assignment 2 is about using recursion to perform merge sort.