SabhyaGrover / basic-algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Algorithms

This repository deals with some basics algorithms covered in 4 different. The main idea is to help beginners with all the algorithms in one place.

Start Contributing

  1. Fork this repository by clicking on the fork button on the top.
  2. Clone this repository
    git clone https://github.com/girlscriptpatiala/basic-algorithms.git
  3. Make the changes/add your file in the folder of your choice.
  4. Add your changes in your forked repository.
    git add <file name>
  5. Commit your changes in your forked repository.
    git commit -m <"your message">      #Don't forget to remove the angular braces(<>)
  6. Create a pull request for your changes.
    git push origin master
  7. Open a pull request from Github.

You can add algorithms you find missing in whatever language you're comfortable with. We will review your contribution and will merge if no conflict occurs.

Happy contributing! :)

About

License:MIT License


Languages

Language:C++ 100.0%