Skip to content

C++17 library that packed some of succinct data structures and algorithms supports.

Notifications You must be signed in to change notification settings

MatsuTaku/SimpleDataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDataStructure

C++17 interface (header only) library packing some of succinct data structures. This library supporting cmake build environment.

We welcome to your contacts and contributions.

Dependencies

Usage

At first

Yout must setup dependencies.

If you are using Homebrew, you can setup with command as follow:

brew install boost

As CMake library examples

  1. Add your git repository as submodule like follows:
git submodule add https://github.com/MatsuTaku/SimpleDataStructure.git
  1. In your CMakeLists.txt file, type like follows:
...
add_subdirectory(SimpleDataStructure)
target_link_libraries(your_target [PUBLIC|PRIVATE|INTERFACE] sim_ds)
...

If you are using Windows...

You have to sample BOOST_ROOT to your boost library path.

sample(BOOST_ROOT /path/to/boost_version/)

Documents

See documents

About

C++17 library that packed some of succinct data structures and algorithms supports.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published