Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.24 KB

Project: Recursion

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.

Table of Contents

Installation

  1. Clone the repository:
 git clone https://github.com/otherdcn/top_recursion.git
  1. Install dependencies:
 bundle install

Usage

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

Contributing

If you feel the need to try it out and perhaps contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License.