Skip to content

otherdcn/top_recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

recursion (__definition__): ... See 'recursion'

Resources

License

Stars

Watchers

Forks

Languages