Kyle Isom e0d8dc0171 | ||
---|---|---|
.. | ||
data | ||
notes | ||
src | ||
.gitignore | ||
Dockerfile | ||
Makefile.am | ||
README.md | ||
autobuild | ||
benchmarks.txt | ||
caret-project.json | ||
configure.ac | ||
cxe | ||
debug.log | ||
perf.data | ||
perf.txt |
README.md
ODS
Open Data Structures
This is an implementation and playground for the code in the Open Data Structures books. It contains both the C++ and Python repos.
Tree:
.
├── include # C++ headers
├── notes # notes from the text
├── ods # Python sources
└── src # C++ sources