algorithms
✨ Algorithms & Data Structures & Computer Science studies (by imteekay)
cpstl
Copy and Paste standard library (CPSTL) is a repository with a collection of data structure and algorithms in many different languages (by vincenzopalazzo)
algorithms | cpstl | |
---|---|---|
1 | 5 | |
550 | 13 | |
0.4% | - | |
5.9 | 5.6 | |
6 months ago | 5 months ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 only |
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.
-
Linked List Data Structure
Algorithms
cpstl
Posts with mentions or reviews of cpstl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-16.
-
a better way to read from a socket with unusual end-of-stream tokens
Thanks, I just tweak a little bit the code and make a package for it https://github.com/vincenzopalazzo/cpstl/blob/master/go/io/scan/scan.go
-
Copy and Past library in c++
Take a look https://github.com/vincenzopalazzo/cpstl and contribute if you like.
-
[graph theory] Simple algorithm to solve k-cliques problem on graphs
I try to do my best https://github.com/vincenzopalazzo/cpstl/pulls
-
Reply Code challenge 2021 live chat
Some copy and paste code can be found here: https://github.com/vincenzopalazzo/cpstl
- Cuckoo hashing C++ Implementation (Copy and Paste implementation)
What are some alternatives?
When comparing algorithms and cpstl you can also consider the following projects:
ac-library - AtCoder Library
kactl - KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)
Algorithms - A collection of data structures and algorithms written in C++ with comments and links to further reading.
cp-algorithms - Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
Recognition-of-logical-document-structures - First approach for recognizing logical document structures like texts, sentences, segments, words, chars and sentence/segment depth based on recurrent neural network grammars.
competitive_programming - My solutions to programming contest problems from different sources (UVa, TopCoder, Live Archive, SPOJ, etc).