Skip to content

ivkei/kdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kdata

  • I made it to practice my algorithms and data structures knowledge.
  • This library focuses on simplicity (C++ isn't taken into account).

Usage

  • Have you never used a library with an include directory before??
  • The only thing I can add to the above statement is that if specific files are needed, look at their includes, they may have dependencies.

Compile tests

git clone https://github.com/ivkei/kdata
cd kdata
mkdir build
clang++ tests/<datastruct>.cpp -o build/<datastruct>

API

  • To enable assertions define _KDATA_ENABLE_ASSERTS before a header.
  • The rest is like in STL.

Contributors

  • Me
  • Myself
  • I
  • ivkei
  • kei

About

Small headers-only library with bunch of data structure implementations, made for my learning of algorithms and data structures.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages