sanskritinegi / Awesome-DSA

Contribute Data Structure and Algorithm related codes for Hacktoberfest 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-DSA

Contribute Data Structure and Algorithm related codes for Hacktoberfest 2020! hacktober2020

About

This repository contains data structure and algorithm codes.

Contribution Guidelines

  • This repository is structured language wise. Inside a language folder there are two more folders - Data Structures and Algorithms
  • The path for adding a file containing the program should be - ```language/Data Structures/Data Structures.extension``` or ```language/Algorithms/Algoname.extension```
  • For data structures you can include one functionality only naming and path in that case - ```language/Data Structures/LinkedListDeleteEnd.extension```
  • This is begineer's friendly repository, so if you make mistake in making a PR members of WIE will help you out.
  • So go ahead make your first PR

How to make a PR

  1. Fork the repository to your account
  2. Add the changes on the forked repository
  3. Make pull request to the master branch of this repository
  4. Wait for the mainters to review and accept the PR.

TODO

  • add detailed steps for contribution friendly to absolute begineers
  • add information about hacktober fest and opensource contribution

About

Contribute Data Structure and Algorithm related codes for Hacktoberfest 2020


Languages

Language:Python 60.2%Language:C++ 21.6%Language:Java 18.2%