Data-Structures-and-Algorithms-in-C
Data structure library
Implementations of fundamental data structures and algorithms in C
所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了
844 stars
49 watching
332 forks
Language: C
last commit: over 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 | 965 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,971 |
leoven/c-macro-collections | A set of header-only data structures and utilities for C. | 536 |
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,944 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 514 |
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,320 |
farheenb/data-structures-and-algorithms | A collection of clean and readable implementations of data structures and algorithms in Java, C++ and Python | 144 |
allalgorithms/c | An implementation of various algorithms in C programming language. | 1,594 |
b-con/crypto-algorithms | A collection of basic cryptographic algorithms implemented from scratch in C. | 1,847 |
kumar91gopi/algorithms-and-data-structures-in-ruby | Implementations of various algorithms and data structures in Ruby | 722 |
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,212 |
xant/libhl | A set of data structures and APIs for efficient thread-safe management of basic data types. | 427 |