All Projects → CodersForLife → Data Structures Algorithms

CodersForLife / Data Structures Algorithms

Licence: mit
Your personal library of every algorithm and data structure code that you will ever encounter

Projects that are alternatives of or similar to Data Structures Algorithms

Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+150.32%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures, algorithms-implemented
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+10824.2%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures, algorithms-implemented
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+515.29%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (+18.47%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+10165.61%)
Mutual labels:  hacktoberfest, algorithm, data-structures, algorithms-implemented
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (+189.17%)
Mutual labels:  hacktoberfest, algorithms, data-structures, algorithms-implemented
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+4603.82%)
Mutual labels:  hacktoberfest, algorithms, data-structures, algorithms-implemented
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+27220.38%)
Mutual labels:  hacktoberfest, algorithms, algorithms-implemented, data-structures
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+299.36%)
Mutual labels:  algorithm, algorithms, data-structures, algorithms-implemented
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-69.43%)
Mutual labels:  hacktoberfest, algorithm, algorithms, data-structures
Haskell
Stars: ✭ 91 (-42.04%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (+691.72%)
Mutual labels:  hacktoberfest, algorithm, data-structures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+7477.71%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Algorithmic Toolbox San Diego
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
Stars: ✭ 78 (-50.32%)
Mutual labels:  algorithm, algorithms, data-structures
Algorithms
Algorithms and data structures implemented in JavaScript with explanations, for further readings
Stars: ✭ 99 (-36.94%)
Mutual labels:  algorithm, algorithms, data-structures
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-39.49%)
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 (-8.92%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-66.24%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Data Structures And Algorithms
A collection of some implementations of data structures and algorithms.
Stars: ✭ 101 (-35.67%)
Mutual labels:  algorithm, algorithms, data-structures
Jupyter
Stars: ✭ 145 (-7.64%)
Mutual labels:  hacktoberfest, algorithms, data-structures

Data Structures And Algorithms

Please star the repository

Contributing

Please read CONTRIBUTING.md for details on our coding guidelines and the process for submitting pull requests to us.

Coding Guidelines

  • All the codes should be modular.
  • All the codes should be indented.
  • Name of the file should be algorithm's name and first letter of file should be capital.
  • Code written should be readable.
  • Variable names should be logical and understandable. Like int x; //This is not allowed
  • Same algorithm can be submitted in different languages.
  • Please Fix only one issue in one pull request

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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].