Skip to content

AbhimanyuAjudiya/Hacktoberfest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest

A begginer friendly repository which helps the beginner to start their open source contribution easily.

  1. Sign up or sign in to your Github account.
  2. Register yourself at Hacktoberfest 2022 using your Github account.
  3. Come back to this Hacktoberfest Repo.
  4. Click on Fork Repo.
  5. Add Different Types Of Algo (For Eg: BruteForce , Greedy etc) with your favourite language and start Pull Request! Have a great time doing it.

Follow the below steps for contribution

  1. first fork this repo
  2. make a directory/folder on your local system and initial it,
mkdir <your directory name>
git init
  1. then clone this repository on your local system by running below command
git clone "your forked repo url"
  1. Work on the project
  2. after creating your changes and in order to add your changes run the following command
git add .
  1. Its time to commit the changes made
git commit -m "your valid commit message"
  1. then push the changes that you have made, run the below command,
git push -u origin main

"All the best for the event" ✨

Show some ❤ by starring⭐ the repository.

About

Make Your Hacktoberfest Pull Request

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.1%
  • Java 47.3%
  • JavaScript 2.8%
  • Python 0.8%