Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 30, 2018 21:23
Show Gist options
  • Save ryantm/e41ab0529883c699457015b6c8f995d0 to your computer and use it in GitHub Desktop.
Save ryantm/e41ab0529883c699457015b6c8f995d0 to your computer and use it in GitHub Desktop.
/nix/store/dc6yp564a74z6x33q50izd4w3kikbq7v-mdds-1.4.1
├── include
│   └── mdds-1.4
│   └── mdds
│   ├── flat_segment_tree_def.inl
│   ├── flat_segment_tree.hpp
│   ├── flat_segment_tree_itr.hpp
│   ├── global.hpp
│   ├── multi_type_matrix_def.inl
│   ├── multi_type_matrix.hpp
│   ├── multi_type_vector
│   │   ├── collection_def.inl
│   │   └── collection.hpp
│   ├── multi_type_vector_custom_func1.hpp
│   ├── multi_type_vector_custom_func2.hpp
│   ├── multi_type_vector_custom_func3.hpp
│   ├── multi_type_vector_def.inl
│   ├── multi_type_vector.hpp
│   ├── multi_type_vector_itr.hpp
│   ├── multi_type_vector_macro.hpp
│   ├── multi_type_vector_trait.hpp
│   ├── multi_type_vector_types.hpp
│   ├── node.hpp
│   ├── point_quad_tree.hpp
│   ├── quad_node.hpp
│   ├── rectangle_set_def.inl
│   ├── rectangle_set.hpp
│   ├── rtree_def.inl
│   ├── rtree.hpp
│   ├── segment_tree_def.inl
│   ├── segment_tree.hpp
│   ├── sorted_string_map_def.inl
│   ├── sorted_string_map.hpp
│   ├── trie_map_def.inl
│   ├── trie_map.hpp
│   └── trie_map_itr.hpp
├── lib
│   └── pkgconfig
│   └── mdds-1.4.pc
└── share
├── doc
│   └── mdds
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   ├── README.md
│   └── VERSION
└── pkgconfig
└── mdds-1.4.pc
10 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment