Skip to content

dpfrey/bitmap_set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap Set

A basic set implementation which currently only has add/remove/is_element_of functions. The set uses one big bitmap constructed of an array of unsigned ints.

About

A simple bitmap based set written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages