https://github.com/usagi/wonderland.data_structure
C++ header only data structure library.
https://github.com/usagi/wonderland.data_structure
Last synced: over 1 year ago
JSON representation
C++ header only data structure library.
- Host: GitHub
- URL: https://github.com/usagi/wonderland.data_structure
- Owner: usagi
- License: mit
- Created: 2014-06-20T18:42:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T15:36:39.000Z (almost 12 years ago)
- Last Synced: 2025-01-13T11:11:17.844Z (over 1 year ago)
- Language: C++
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wonderland.data_structure
===================
C++ header only data structure library.
## Dependancy
C++ std only
## Example
- [example/multi_dimensional_array_helper.cxx](example/multi_dimensional_array_helper.cxx)
- [example/time_deferred_buffer.cxx](example/time_deferred_buffer.cxx)
## License
[MIT](LICENSE)
## Author
Usagi Ito