Skip to content

demilitarized/HacktoberfestForBeginners

 
 

Repository files navigation

HacktoberfestForBeginners

New to open-source? You can start contributing to this repo.

HacktoberfestForBeginners was originally created to provide a beginner-friendly environment to participate in Hacktoberfest. While submissions towards this repo will not officially count towards Hacktoberfest, it is a great starting point for learning the process of contributing to open-source!

Project Structure

This repo is a collection of examples and solutions to common coding problems. For this reason, you will find that files here are often short and focus on one problem. This helps to make contributing simple.

Algorithms & DS

These two folders contain examples of common algorithms and data structures, respectively. Each folder is further categorized by language. Some examples of algorithms found in the Algorithms folder include Linear Search, Binary Search, Sorting, Sieve, DP algorithms, etc. Some examples of data structures are mentioned in the README of the DS folder.

Problem Solutions

The remainder of the repo's folders contain solutions to problems available on learning platforms like Codeforces, Codechef, Hackerrank, Hackerearth, Atcoder, Topcoder, CS Academy, Leetcode, SPOJ, Interviewbit, etc. Each folder name corresponds to its learning platform.

Guidelines to Contribute

Before contributing, please read and follow the instructions given in CONTRIBUTING.

Check out current issues and contribute to them. You can send as many Pull Requests as you want!

PS: Do not pick a problem from an ongoing contest.

Code of Conduct

Please follow our Code of Conduct to maintain a friendly environment for all contributors.

License

This repository is licensed under the MIT License.

About

New to open-source? Contribute here!!!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 42.4%
  • C 12.8%
  • Java 11.5%
  • Python 11.1%
  • JavaScript 5.8%
  • CMake 3.4%
  • Other 13.0%