Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 22, 2018 23:37
Show Gist options
  • Save ryantm/bd00a4a5fa8495574a863ebf42d43a9a to your computer and use it in GitHub Desktop.
Save ryantm/bd00a4a5fa8495574a863ebf42d43a9a to your computer and use it in GitHub Desktop.
/nix/store/1jh7ran6gm77rksnm74kix37b44b1ni9-mdds-1.3.1
├── include
│   └── mdds-1.2
│   └── 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
│   ├── 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.2.pc
└── share
├── doc
│   └── mdds
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   ├── README.md
│   └── VERSION
└── pkgconfig
└── mdds-1.2.pc
10 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment