A library of generic data structures for the C language.
-
Updated
May 2, 2025 - C
8000
A library of generic data structures for the C language.
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
My variant of the C Template Library
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.
ArrayDeque is a fast, array-backed deque implementation for Python written in C.
Algoritmi i strukture podataka SI/2022-2023
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python)
Infix to Postfix expression converter and evaluator
This is a repository containing declarations and definitions of different data structures in C. Multiple definitions are proposed for each data structure, such as alternatives using arrays and/or linked lists. It is designed for learning, practice, and use in larger projects. Each data structure is implemented with comments and example usage.
C Deque Library, for any data type, also already specialized for common types
Building a stack and converting it to a deque [RU]
Repository for my Data Structures using C series
C utility functions / libraries for my own projects
👓(ONGOING) This repo will contain all ds and algorithms required for competitive programming in
PADS are generic C data structures that use the preprocessor for abstraction.
Pack of data structures implemented in C
Simple implementation of a double-ended queue in C
Add a description, image, and links to the deque topic page so that developers can more easily learn about it.
To associate your repository with the deque topic, visit your repo's landing page and select "manage topics."