All Projects → AllAlgorithms → Cpp

AllAlgorithms / Cpp

Licence: mit
Implementation of All ▲lgorithms in C++ Programming Language

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Cpp

Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-46.39%)
Mutual labels:  hacktoberfest, algorithms
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+6421.29%)
Mutual labels:  hacktoberfest, algorithms
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 (-45.63%)
Mutual labels:  hacktoberfest, algorithms
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+16209.13%)
Mutual labels:  hacktoberfest, algorithms
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 (-29.28%)
Mutual labels:  hacktoberfest, algorithms
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-57.03%)
Mutual labels:  hacktoberfest, algorithms
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-40.3%)
Mutual labels:  hacktoberfest, algorithms
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+4423.57%)
Mutual labels:  hacktoberfest, algorithms
Data Structures And Algorithms Hacktoberfest18
List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
Stars: ✭ 187 (-28.9%)
Mutual labels:  hacktoberfest, algorithms
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (-33.08%)
Mutual labels:  hacktoberfest, algorithms
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-59.32%)
Mutual labels:  hacktoberfest, algorithms
Rust
All Algorithms implemented in Rust
Stars: ✭ 4,562 (+1634.6%)
Mutual labels:  hacktoberfest, algorithms
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-63.88%)
Mutual labels:  hacktoberfest, algorithms
Scriptsdump
The biggest dump of scripts ever!
Stars: ✭ 114 (-56.65%)
Mutual labels:  hacktoberfest, algorithms
Haskell
Stars: ✭ 91 (-65.4%)
Mutual labels:  hacktoberfest, algorithms
Jupyter
Stars: ✭ 145 (-44.87%)
Mutual labels:  hacktoberfest, algorithms
Javascript
Implementation of All ▲lgorithms in Javascript Programming Language
Stars: ✭ 56 (-78.71%)
Mutual labels:  hacktoberfest, algorithms
Edualgo
A simple python package having modules of different algorithms to use in educational purposes.
Stars: ✭ 76 (-71.1%)
Mutual labels:  hacktoberfest, algorithms
Funnyalgorithms
A repository with a bunch of funny algorithms, beginners friendly
Stars: ✭ 161 (-38.78%)
Mutual labels:  hacktoberfest, algorithms
Programmers Community
This repository contains various solution of a problem in Ruby, C, C++, Python and Java.
Stars: ✭ 189 (-28.14%)
Mutual labels:  hacktoberfest, algorithms

We are accepting all pull requests. Read More





Algorithms Logo





What is an algorithm?    Contributing    Stickers & T-Shirts

Twitter     Instagram     Github    


Huge collection of All ▲lgorithms implemented in multiple languages


See

What is an algorithm?

Informally, an algorithm is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output. An algorithm is thus a sequence of computational steps that transform the input into the output.

An algorithm should have three important characteristics to be considered valid:

  • It should be finite: If your algorithm never ends trying to solve the problem it was designed to solve then it is useless
  • It should have well defined instructions: Each step of the algorithm has to be precisely defined; the instructions should be unambiguously specified for each case.
  • It should be effective: The algorithm should solve the problem it was designed to solve. And it should be possible to demonstrate that the algorithm converges with just a paper and pencil.

Categories

Structure of The All ▲lgoritms project

Artificial Intelligence

Backtracking

Bit Manipulation

Cellular Automaton

Computational Geometry

Cryptography

Data Structures

Divide and conquer

Dynamic Programming

Gaming Theory

Graphs

Greedy Algorithms

Math

Networking

Numerical Analysis

Operating system

Randomized Algorithms

Searches

Selections Algorithms

Sorting

Strings

Online Challenges

Others

License

This work is released under MIT License.

To the extent possible under law, Abraham Hernandez (@abranhe) has waived all copyright and related or neighboring rights to this work.

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