Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 12, 2020 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/5b26e4bec4a9a940a6bb9029bf55fb08 to your computer and use it in GitHub Desktop.
Save r-ryantm/5b26e4bec4a9a940a6bb9029bf55fb08 to your computer and use it in GitHub Desktop.
/nix/store/5kihbbqvviwv50f079z7m7g8q16flwlm-mdds-1.6.0
├── include
│   └── mdds-1.5
│   └── 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.5.pc
└── share
├── doc
│   └── mdds
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   └── README.md
└── pkgconfig
└── mdds-1.5.pc
10 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment