advanced-data-structures-and-algorithms-in-c
C
advanced-data-structures-and-algorithms-in-c | C | |
---|---|---|
1 | 6 | |
19 | 20,602 | |
- | 0.2% | |
4.4 | 2.3 | |
about 1 year ago | about 1 year ago | |
C | C | |
- | GNU General Public License v3.0 only |
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.
advanced-data-structures-and-algorithms-in-c
C
-
guiarstr VS C - a user suggested alternative
2 projects | 24 Jul 2025
GuiarStr was built as a modern, lightweight alternative to older string manipulation libraries like sds. It focuses on simplicity, clean API, and zero dependencies while providing commonly needed features like trim, split, replace, tolower, and toupper.
- what resources do you recommend for learning C ?
-
My Favorite Language has Changed to PHP
C: https://github.com/TheAlgorithms/C/blob/master/sorting/merge_sort.c
-
Prime numbers program with if else?
prime.c
- Are there any websites or books that shows optimal solutions for solving algorithms using C?
-
Algorithms by Jeff Erickson (Free algorithms textbook)
I like the awesome-algorithms link, but some of the code linked is definitely not perfect. A few questionable things from one of the header files [0] in https://github.com/TheAlgorithms/C:
- Defines a macro with no parentheses
- Uses unsigned for length and capacity (should be size_t)
- Uses () instead of (void) for an empty parameter list
- Useless use of "extern" for function declarations
- I think that leading double underscores and structures ending with _t are reserved identifiers, but I don't really have a good source for this
[0]: https://github.com/TheAlgorithms/C/blob/master/data_structur...
What are some alternatives?
hello-algo - 《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version in translation
Java - All Algorithms implemented in Java
C-DataStructures-And-Algorithms - Generic data structures and algorithms implemented in c language.
Microsoft Automatic Graph Layout - A set of tools for graph layout and viewing
data-structures-and-algorithms-in-c - Data Structures and Algorithms in C ( DSA )
Dart - All Algorithms implemented in Dart