libcds
libcds copied to clipboard
Compact Data Structures Library
I get a DNS error now when trying to hit http://libcds.recoded.cl. Has it moved?
This pull request fixes the build on OSX 10.9, which was broken because: - `bitset` is already defined in `XcodeDefault.xctoolchain/usr/lib/c++/v1/bitset` (#12) - `ulong` is not understood by the compiler
When trying to compile on Mac OS X 10.9.2 with clang (Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn): ``` CXX static/coders/huff.lo static/coders/huff.cpp:173:25: error: reference to 'bitset' is ambiguous...
Running "./configure && make" gives the following error Makefile:966 ***missing separator. Stop
Added Intersection of k ranges over T[0..n]. based on "New Algorithms on Wavelet Trees and Applications to Information Retrieval" by Travis Gagie, Gonzalo Navarro, Simon J. Puglisi. works for both...
BitSequenceRGK implementation. WaveletTree Top-K method implemented by Fclaude Testing of BitSequenceRGK
Class WaveletTreeNoptrs allows me to specify a Mapper. I've implemented a custom mapper which maps most elements to 0 and a couple interesting ones to nonzero. The constructor `WaveletTreeNoptrs::WaveletTreeNoptrs(const Array...
Hey, in my local fork of libcds I have some more features which I'm not sure are of interest as libcds2 is currently in development. The features are: - 64bit...
I was attempting to construct a compressed suffix tree for this [DNA sequence](http://www.csse.unimelb.edu.au/~kuruppu/testdata/REF.raw.gz). The suffix array is constructed successfully (at least I think so) but as soon as you invoke...