Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
-
Updated
Mar 20, 2022 - C
{{ message }}
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
A library of generic data structures.
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
Implementation of All ▲lgorithms in C Programming Language
Real-Time ASCII Art Rendering Library
A library of generic intrusive data structures and algorithms in ANSI C
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
A reuseable codebase for C Programming Language.
An experimental C library of common data structures and algorithms
Examples and exercises from Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching by Robert Sedgewick book
A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang.
Common libraries and data structures for C.
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Chinese University MOOC - Chen Yue, He Qinming - data structure - 2017 spring. Mainly implement the course code on MOOC.
Lab programs and Assignments for MIT CSE dept.
Collection of small public domain de/compressors in plain C.
Harvard CS50x — 2021 solutions
A collection of algorithms for data structure manipulation in C
My variant of the C Template Library
Collection of BSD/MIT-licensed algorithms implementations in pure C
Spritz encryption system portable C library, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and general-purpose functions. It's also an Arduino library.
PTA(拼题A)-浙江大学中国大学mooc数据结构全AC代码与题目解析(C语言)
Soluções para algumas questões no juiz online URI
Collection of Algorithms and Data Structures
Simple implementations of algorithms and DS in C
Hodgepodge.
Wonderful library with lots of useful functions, algorithms and data structures in C
This repository contains example files organized by chapters in Mastering Algorithms with C, by Kyle Loudon