memgraph/include/data_structures
Florijan Stamenkovic 6d981c9cd0 Skiplist minor bugfixes
Summary: Skiplist - fixed support for insertion of (const T&) objects. Before only (T&&) worked.

Test Plan: Tested already with slightliy modified tests.

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot, florijan, buda

Differential Revision: https://phabricator.memgraph.io/D48
2017-02-07 13:15:56 +01:00
..
bitset Fixed tests. 2016-08-19 19:09:24 +01:00
bloom code documantation work in progress 2016-12-21 11:35:04 +01:00
concurrent Skiplist minor bugfixes 2017-02-07 13:15:56 +01:00
kdtree data_structures moved from src/ 2016-12-03 23:28:07 +01:00
list data_structures moved from src/ 2016-12-03 23:28:07 +01:00
map mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
queue data_structures moved from src/ 2016-12-03 23:28:07 +01:00
stack data_structures moved from src/ 2016-12-03 23:28:07 +01:00
union_find data_structures/union_find - minor refactors and tests added 2017-01-23 15:20:09 +01:00
ptr_int.hpp PtrInt data structure (Pointer Integer pair inside one pointer location). Part of T150 2016-11-30 17:21:22 +01:00
slrbtree.hpp data_structures moved from src/ 2016-12-03 23:28:07 +01:00
slstack.hpp data_structures moved from src/ 2016-12-03 23:28:07 +01:00
static_array.hpp data_structures moved from src/ 2016-12-03 23:28:07 +01:00