Algorithms
A collection of data structures and algorithms written in C++ with comments and links to further reading. (by ashleymays)
examples
Example data structures and algorithms (by maxgoren)
Algorithms | examples | |
---|---|---|
1 | 1 | |
3 | 1 | |
- | - | |
0.0 | 0.0 | |
about 3 years ago | over 3 years ago | |
C++ | C++ | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Algorithms
Posts with mentions or reviews of Algorithms.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Implementing a Stack Data Structure In C++
You can find more robust versions of both the class and STL implementations in my Algorithms repository on Github.
examples
Posts with mentions or reviews of examples.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing Algorithms and examples you can also consider the following projects:
C# Algorithms - :books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
cachegrand - cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
algorithms - ✨ Algorithms & Data Structures & Computer Science studies
Algorithms-And-Data-Structures - A collection of projects in C++ and Python that implement various data structures and algorithms. The projects are organized by language and topic, and include detailed explanations and examples to help you understand how they work.
AlgoDS - Implementation of Algorithms and Data Structures, Problems and Solutions
NumCpp - C++ implementation of the Python Numpy library