All Projects → fragglet → C Algorithms

fragglet / C Algorithms

Licence: isc
A library of common data structures and algorithms written in C.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to C Algorithms

Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (-74.57%)
Mutual labels:  algorithm, data-structures, library
Towel
Throw in the towel.
Stars: ✭ 333 (-87.45%)
Mutual labels:  algorithm, data-structures, library
Algorithms4 Common
🔥Algorithms, 4th Edition 算法4精华笔记,通俗理解,算法收集与强化。
Stars: ✭ 183 (-93.1%)
Mutual labels:  algorithm, data-structures
Library Checker Problems
The problem data (Test case generator, judge's solution, task, ...) of Library Checker
Stars: ✭ 183 (-93.1%)
Mutual labels:  algorithm, data-structures
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-92.95%)
Mutual labels:  algorithm, data-structures
Libchef
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
Stars: ✭ 178 (-93.29%)
Mutual labels:  algorithm, data-structures
Leetcode
LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)
Stars: ✭ 179 (-93.26%)
Mutual labels:  algorithm, data-structures
Codejam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Stars: ✭ 217 (-91.82%)
Mutual labels:  algorithm, data-structures
D.s.a Leet
References and summary for leetcode high-frequency algorithm problems
Stars: ✭ 155 (-94.16%)
Mutual labels:  algorithm, data-structures
Collections C
A library of generic data structures.
Stars: ✭ 2,297 (-13.45%)
Mutual labels:  data-structures, library
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (-14.39%)
Mutual labels:  algorithm, data-structures
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-92.77%)
Mutual labels:  data-structures, library
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-93.93%)
Mutual labels:  data-structures, library
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+546.23%)
Mutual labels:  algorithm, data-structures
Dtl
diff template library written by C++
Stars: ✭ 180 (-93.22%)
Mutual labels:  algorithm, library
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-94.08%)
Mutual labels:  algorithm, data-structures
Cosmos
Hacktoberfest 2021 | World's largest Contributor driven code dataset | Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter |
Stars: ✭ 12,936 (+387.42%)
Mutual labels:  algorithm, library
Competitive Programming
My competitive programming guide,reading materials, link to system and design interview preparation and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank , spoj, codesignal, codebyte, codeblocks and other online judges
Stars: ✭ 206 (-92.24%)
Mutual labels:  algorithm, data-structures
Graphlib
Simple but powerful graph library for Rust
Stars: ✭ 148 (-94.42%)
Mutual labels:  data-structures, library
Opends
Template Library of Data Structures in C++17
Stars: ✭ 151 (-94.31%)
Mutual labels:  data-structures, library
C Algorithms

The C programming language includes a very limited standard library in
comparison to other modern programming languages.  This is a collection of
common Computer Science algorithms which may be used in C projects.

The code is licensed under the ISC license (a simplified version of the BSD
license that is functionally identical).  As such, it may legitimately be
reused in any project, whether Proprietary or Open Source.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].