Data-Structures-and-Algorithms-in-C
Data structure library
Implementations of fundamental data structures and algorithms in C
所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了
841 stars
49 watching
332 forks
Language: C
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wangkuiwu/datastructs_and_algorithm | Comprehensive resource on data structures and algorithms in C programming | 961 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,956 |
leoven/c-macro-collections | A set of header-only data structures and utilities for C. | 534 |
evandrolg/computer_science_in_lua | An implementation of classic algorithms and data structures in Lua | 50 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,939 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 510 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
justcoding121/advanced-algorithms | A comprehensive C# library implementing various data structures and algorithms | 1,316 |
farheenb/data-structures-and-algorithms | A collection of optimized solutions to popular data structure and algorithm problems in Java, C++, and Python | 142 |
allalgorithms/c | An implementation of various algorithms in C programming language. | 1,575 |
b-con/crypto-algorithms | Public domain implementations of basic cryptography algorithms for educational and pragmatic purposes. | 1,832 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 719 |
linclark/algorithms-101 | An educational resource for learning fundamental algorithms in JavaScript | 79 |
patmorin/ods | Provides implementations and pseudocode of data structures in multiple programming languages. | 1,209 |
xant/libhl | A set of data structures and APIs for efficient thread-safe management of basic data types. | 423 |