Skip to content

A Pool for DSA Codes - GFG, Codechef, LeetCode, HackerRank and CodeForces

Notifications You must be signed in to change notification settings

vagi2706/HacktoberFest-Pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⭐️ HacktoberFest Pool ⭐️

A Pool for DSA Codes - GFG, Codechef, LeetCode, HackerRank and CodeForces

Features

  • Accepting Contributions for HacktoberFest 2022.
  • Solution of DSA problems of various platforms like CodeChef, CodeForces, HackerRank, Geeksforgeeks, LeetCode etc.
  • Language Free Solution Pool
  • Love to Solve Problems of each level

How to Contribute in This Project

  • Firstly Fork the Repositary.
  • Now clone it in your system by using followning command.
$ git clone https://github.com/<Your User Name>/HacktoberFest-Pool
$ cd HacktoberFest-Pool
  • Now make the file named <Problem ID>.<extension> in the folder of its plateform name. e.g. such as- OLYRANK.py in CodeChef folder.
$ cd <Folder Name>

-First Line of code will be like this. e.g. for C++ and Java.

// <Plateform Name> - <Problem Name>
  • Now Code your solution from next line and save it.
  • Now run the Following command for commit.
$ git add <Filename>.<extension>
$ git commit -m <Problem Name>
$ git push -u origin <Branch Name>
  • Now raise the Pull Request.

What is Hacktoberfest?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long celebration of open source code presented by Digital Ocean.

During the entire month of October 2022 all you have to do is contribute to any open source project with the hacktoberfest tag and open at least 4 pull requests which follow the Hacktoberfest guidelines. It can be any project mentioned below and you can contribute in any way possible. It can be a be a bug fix, optimisation, feature addition or even a documentation enhancement!

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities.

How to get Started?

Click on the link to register yourself here.

Why should you take part?

  • Chance to contribute to awesome open source projects
  • Engage with reputed communities
  • Free swags and T-Shirts from Digital Ocean
  • Chance to get a tree planted and make Earth greener

If you liked this project, please leave a 🌟

With ❤️ by VanshGuptaAman

About

A Pool for DSA Codes - GFG, Codechef, LeetCode, HackerRank and CodeForces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.6%
  • C 26.9%
  • Java 15.6%
  • Python 2.9%