A library of generic data structures for the C language.
-
Updated
May 31, 2024 - C
A library of generic data structures for the C language.
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).
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
A collection of array rotation algorithms.
📶 A lock- and wait-free hashtable (and an array too)
Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)
Data Structures and algorithms
Data Structures & Algorithms using C
🚀 Data Structures & Algorithms (DSA) concepts: 🔍 Complexity analysis 🧩 Problem-solving techniques 🖥️ Programming paradigms
This repository has all the source code required for Data Structures courses CSL 102 and CSL 210 @ IIIT Nagpur
Follow my daily journey of mastering Data Structures & Algorithms in C with hands-on coding. Explore my progress and code snippets!
Collection of single header libraries I've written. C++ dynamic array and hashmap, runtime and compile time hashing functions, and a .ply 3d file format loader.
Introduction to language C basic sample codes and notes of C language
Add a description, image, and links to the array topic page so that developers can more easily learn about it.
To associate your repository with the array topic, visit your repo's landing page and select "manage topics."