8000 GitHub - alexjercan/ds.h
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexjercan/ds.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C

Header only library for data structures in C.

Implemented Data Structures:

  • priority queue (heapq)
  • dynamic array
  • (doubly) linked list
  • string builder
  • string slice
  • hash map
  • argument parser
  • allocator
  • io
  • json

For your projects you just need to copy paste the ds.h file into your src and use this in the code

#define DS_IMPLEMENTATION
#include "ds.h"

Quickstart

Check the examples

make
./build/example_name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0