Skip to content

This repository is to help beginners learn Open source contributions . This repository is created with respect to HACKTOBERFEST 2020 .

Notifications You must be signed in to change notification settings

viragz158/Hacktoberfest_Contribute_anything

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Please make sure whether the algorithm or code you are contributing is not already available in this Repository.

  2. If the program is a competitive question solution, include the question link as a comment.

  3. If it is a standard algorithm please give respective comments along with a very basic test case and it's corresponding output.

    For example comment the following on a Linear Search program

    Linear Search Algorithm

    • Sample Input : Enter the array and the element to be searched: [5,8,9,7] , 9
    • Output : Element is present at Index: 2

I am merging pull requests very often.

Procedure to be followed:

Step 1: Fork this repository.
Step 2: Please add your code in its respective folders with a small explanation. For example, a C++ program goes into a C++ folder.
Step 3: Create a Pull Request.
Step 4: And Bam!!! I will merge it.

Happy Contributing!

About

This repository is to help beginners learn Open source contributions . This repository is created with respect to HACKTOBERFEST 2020 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.6%
  • C++ 14.8%
  • HTML 6.3%
  • Python 4.2%
  • JavaScript 4.1%
  • Java 2.4%
  • Other 5.6%