Bit set implemented in C
-
Updated
Dec 28, 2014 - C
Bit set implemented in C
sorted key/value storage for C99
A red-black tree of pointers written in C that can be queried both as a set and as a map, with optional macros to make it strictly typed.
12 Common Data Structures in C, TypeScript, and Python
Simple bit set implementation for educational purpose
Given a number of sets with a number of universes,this algorithm finds the least sets with the most universes
C library containing implementation of Set data structure and all commonly expected operations to manipulate them
GSet library is a C library to manipulate polymorphic sets of data.
This is a c project. The user will insert characters and create 2 differents sets (S and T). Then a series of messages will appear, showing: The 2 sets, if they are equal or one of them is a subset of the other, their union, their intersection and their difference.
A library of fundamental algorithms and data structures written in C
Personal repository, containing implementations and notes about data structures.
This repo provides C implementations for various different data structures that are commonly employed in programming. I based the choice of structures roughly off of those which I learned in my data structures course at Caltech. To challenge myself, I wanted to see if I could implement these structures in C rather than Java resulting in this repo
Add a description, image, and links to the set topic page so that developers can more easily learn about it.
To associate your repository with the set topic, visit your repo's landing page and select "manage topics."