Skip to content

A simple implementation of data-structures in ANSI C. Comparable to the standard-template library in C++ to some extent.

License

Notifications You must be signed in to change notification settings

optimisticside/cstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-std

C-Std is a very lightweight library written in ANSI C that implements some classes you would find in the C++ standard library, such as a dynamic-array, linked-list, stack, and queue. It's published under the Unlicense, meaning you can do whatever you want with it without any restrictions.

It currently contains the following modules:

  • dynarray - An implementation of a dynamic array, comparable to C++'s vector
  • list - An implementation of a singly linked list, comparable to C++'s list (although it's doubly linked)
  • queue - An implementation of a queue (FIFO), comparable to C++'s queue
  • stack - An implementation of a stack (LIFO), comparable to C++'s stack
  • deque - An implemeentation of a double-ended queue data-structure (has the ability to perform operations on the front and back), comparable to C++'s deque
  • map - An implementation of a hashmap, comparable to C++'s map
  • bitmap - An implementation of an array of booleans/bits with the ability to store eight in one byte with masking, comparable to C++'s bitset

About

A simple implementation of data-structures in ANSI C. Comparable to the standard-template library in C++ to some extent.

Topics

Resources

License

Stars

Watchers

Forks

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy