Skip to content

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!

Notifications You must be signed in to change notification settings

abhijeet-26/Data-Structures-And-Algorithms-Hacktoberfest18

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

For Hacktoberfest 2018!

Check your own profile stats after registering here: https://hacktoberfest.digitalocean.com/stats/

About

This Repo consists of data-structures and algorithms sorted by programming language.

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
  • Example of above points: heapsort in Java should go into java/heapsort.java
  • 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. Feel free to contribute under Hacktoberfest '18!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.1%
  • Python 14.7%
  • C 10.0%
  • JavaScript 5.7%
  • Java 4.1%
  • Dart 3.4%
  • Other 3.0%