sandbox/ods
Kyle Isom 244153679d ods: update data automakefile 2018-03-07 16:03:01 -08:00
..
data ods: update data automakefile 2018-03-07 16:03:01 -08:00
notes ods: Working on DualArrayDeque. 2018-03-05 15:54:44 -08:00
src ods: fix size in DualArrayDeque balance(). 2018-03-05 17:02:40 -08: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