sandbox/ods
Kyle Isom 707d033d9f More stuff on chapter 2's array stack. 2018-02-08 15:05:19 -08:00
..
data More stuff on chapter 2's array stack. 2018-02-08 15:05:19 -08:00
notes More chapter 2 work. 2018-02-08 08:38:06 -08:00
src More stuff on chapter 2's array stack. 2018-02-08 15:05:19 -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