sandbox/ods
Kyle Isom 01c669d914 Start chapter 2, switch to ng-backed build. 2018-02-07 07:24:19 -08:00
..
data Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
notes Start chapter 2, switch to ng-backed build. 2018-02-07 07:24:19 -08:00
src Start chapter 2, switch to ng-backed build. 2018-02-07 07:24:19 -08:00
.gitignore Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
Dockerfile Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
Makefile.am Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
README.md Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
autobuild Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
benchmarks.txt Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
caret-project.json Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
configure.ac Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
cxe Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
debug.log Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
perf.data Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00
perf.txt Add 'ods/' from commit 'cbb1f78f27b88978de401a0f9d90fbbd396c001f' 2018-01-26 18:36:12 +01:00

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