qstr
c library for handling strings efficiently (by bharatvaj)
Abstract-Data-Types
A collection of common data structures in C, created in a way that allows reuse (by pavlosdais)
Our great sponsors
qstr | Abstract-Data-Types | |
---|---|---|
1 | 4 | |
0 | 25 | |
- | - | |
5.0 | 10.0 | |
7 months ago | 3 months ago | |
C | C | |
MIT License | 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.
qstr
Posts with mentions or reviews of qstr.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning qstr yet.
Tracking mentions began in Dec 2020.
Abstract-Data-Types
Posts with mentions or reviews of Abstract-Data-Types.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-11.
-
Sources to learn Data structure implementation in C
This GitHub repo: https://github.com/pavlosdais/Abstract-Data-Types is great! It uses void pointers and dynamic memory to store any kind of data type. Also, I'm currently working on a repository myself! Here's the link: https://github.com/saulvaldelvira/Generic-Data-Structures It also has the same approach, void pointers and dynamic memory, for versatility. Those are the ones I known. About documentation/Books, i don't really know about any that are focused on C. What I use for my repo is basically my notes for university. But the internet is huge! There are tons of Data Structures tutorials focused on C. Good Luck!
What are some alternatives?
When comparing qstr and Abstract-Data-Types you can also consider the following projects:
str - str: yet another string library for C language.