Skip to content

girlscriptpatiala/basic-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 related to the language your are using.
  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.

Keep contributing! :)

Releases

No releases published

Packages

No packages published