yshshrm / Data Structures And Algorithms Hacktoberfest18
List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
Stars: β 187
Projects that are alternatives of or similar to Data Structures And Algorithms Hacktoberfest18
Algorithms
π£ Implementations of fundamental algorithms and data structures. Happy Hacktoberfest!
Stars: β 41 (-78.07%)
Mutual labels: hacktoberfest, algorithms, data-structures
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: β 17,151 (+9071.66%)
Mutual labels: hacktoberfest, algorithms, data-structures
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: β 48 (-74.33%)
Mutual labels: hacktoberfest, algorithms, data-structures
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: β 143 (-23.53%)
Mutual labels: hacktoberfest, algorithms, data-structures
Code With Love
Open source programming algorithms
Stars: β 107 (-42.78%)
Mutual labels: hacktoberfest, algorithms, data-structures
Ds Algo Point
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
Stars: β 949 (+407.49%)
Mutual labels: hacktoberfest, algorithms, data-structures
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: β 157 (-16.04%)
Mutual labels: hacktoberfest, algorithms, data-structures
Data Structures Using Python
This is my repository for Data Structures using Python
Stars: β 546 (+191.98%)
Mutual labels: hacktoberfest, algorithms, data-structures
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: β 95 (-49.2%)
Mutual labels: hacktoberfest, algorithms, data-structures
Competitive Programming
Hello Programmers π» , A one-stop DestinationβοΈβοΈ for all your Competitive Programming Resources.ππ Refer CONTRIBUTING.md for contributions
Stars: β 113 (-39.57%)
Mutual labels: hacktoberfest, algorithms, data-structures
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: β 578 (+209.09%)
Mutual labels: hacktoberfest, algorithms, data-structures
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: β 966 (+416.58%)
Mutual labels: hacktoberfest, algorithms, data-structures
Go
Algorithms Implemented in GoLang
Stars: β 7,385 (+3849.2%)
Mutual labels: hacktoberfest, algorithms, data-structures
Java
Repository for Java codes and algos.Star the repo too.
Stars: β 53 (-71.66%)
Mutual labels: hacktoberfest, algorithms, data-structures
Neoalgo
Bringing all Data Structures and Algorithms under one Roof β‘
Stars: β 440 (+135.29%)
Mutual labels: hacktoberfest, algorithms, data-structures
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: β 519 (+177.54%)
Mutual labels: hacktoberfest, algorithms, data-structures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: β 11,897 (+6262.03%)
Mutual labels: hacktoberfest, algorithms, data-structures
Java
All Algorithms implemented in Java
Stars: β 42,893 (+22837.43%)
Mutual labels: hacktoberfest, algorithms, data-structures
Data Structures and Algorithms
For Hacktoberfest 2018!
Check your own profile stats after registering here: https://hacktoberfest.digitalocean.com/stats/
About
This repository 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 belanguage/algo_name.language_extention
- Example of above points: heap sort in Java should go into
java/heapsort.java
- It is your choice to include only the function or the entire program for the algorithms.
- If folder for your language does not exist, create a new one.
- Don't be afraid to make a PR!
How to make PR
- Fork repository onto your own account.
- Make your changes on your forked repository.
- Make Pull Request to master and enjoy.
Hack on! God Speed
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].