Skip to content

Despicabug/ds-algo-hacktoberfest21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2021

Data Structure and Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest event. In this repository you can add programs on Data Structures and some useful algorithms for Competitive Programming in any language of your choice. You can also include major problems from codechef, hackerrank, leetcode, interviewbit, or any other CP portal.

How to contribute:

  • Find the folder that fits the category of your code and submit a PR.
  • Star this repo if the information here is useful to you.

Contributing Guidelines :

Thanks for taking the time to contribute to this project. Before making PRs, please note the following:

A few norms you should follow :

  • Proper indentation is must!
  • Include Sample comments so that code is understandable and easy to follow.
  • Mention the complexity in a comment.
  • Place your code in right directory.
  • Give your files names that are relevant and meaningful for example : SubsetSum.py
  • If you will follow all the guidelines while contributing I'll be merging all your changes into the master branch of this project.
  • Mention your name in form of a comment inside your code.