C-DataStructures-And-Algorithms
Generic data structures and algorithms implemented in c language. (by MostafaTwfiq)
ll
Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more. (by a-p-jo)
C-DataStructures-And-Algorithms | ll | |
---|---|---|
1 | 1 | |
81 | 6 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | about 1 year ago | |
C | C | |
MIT License | GNU Lesser 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.
C-DataStructures-And-Algorithms
Posts with mentions or reviews of C-DataStructures-And-Algorithms.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Exactly been a month
GitHub
ll
Posts with mentions or reviews of ll.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing C-DataStructures-And-Algorithms and ll you can also consider the following projects:
libc - Raw bindings to platform APIs for Rust
Fortress-of-Solitude - This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
array-algorithms - Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
doublylinkedlist - An implementation of a doubly linked list in C
algoexpert-data-structures-algorithms - A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.
allocator - Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"