advanced-data-structures-and-algorithms-in-c
C
advanced-data-structures-and-algorithms-in-c | C | |
---|---|---|
1 | 5 | |
15 | 18,787 | |
- | 1.4% | |
4.0 | 2.3 | |
15 days ago | about 1 month 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
- 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?
C-DataStructures-And-Algorithms - Generic data structures and algorithms implemented in c language.
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
data-structures-and-algorithms-in-c - Data Structures and Algorithms in C ( DSA )
C-Sharp - All algorithms implemented in C#.
vita - An auxiliary standard library for quick prototyping with modern C.
julia - Simple fractal drawing software
data-structures-and-algorithms-in-cpp - Data Structures and Algorithms in C++ ( DSA )
Dart - All Algorithms implemented in Dart
sc - Common libraries and data structures for C.
JavaScript - Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
hello-algo - 《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
Java - All Algorithms implemented in Java