Following the TOP (The Odin Project) course and developing some basic projects to practice my Recursion.
Use what you have learnt about recursion so far to tackle two classic problems that can leverage recursion: Fibonacci and Merge Sort.
- Clone the repository:
git clone https://github.com/otherdcn/top_recursion.git
- Install dependencies:
bundle install
This repository contains four CLI programs/apps:
Use the following command to run an application:
ruby app/app.rb
Replace app and app.rb with name of the application
If you feel the need to try it out and perhaps contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes.
- Push your branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License.