gauravsitlani / algorithms-and-data-structures

List of data structures and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures

For Hacktoberfest 2017!

About

Consists of data-structures and algorithms language wise.

Contributing Guidelines

  • The repository is structured language-wise i.e. algorithms in a certain language go in a specific folder.
  • The naming convention to be followed is algo_name.language_extention i.e. the overall pathshould be language/algo_name.language_extention
  • It is your choice to include only the function or the entire program for the algo.
  • If folder for your language does not exist, create a new one.
  • Don't be afraid to make a PR!

How to make PR

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

Hack on!

About

List of data structures and algorithms


Languages

Language:Java 44.1%Language:Python 30.3%Language:C# 15.8%Language:JavaScript 6.6%Language:PHP 1.4%Language:Ruby 1.4%Language:C++ 0.3%