A sandbox of sorts.
Go to file
Kyle Isom 8eb4ec4274 Add List benchmark. 2017-12-21 15:41:20 -08:00
data Update build and basic DS test framework. 2017-12-21 14:02:49 -08:00
notes Update build and basic DS test framework. 2017-12-21 14:02:49 -08:00
src Add List benchmark. 2017-12-21 15:41:20 -08:00
.gitignore C++ stuff sorted out. 2017-12-21 18:38:31 +00:00
Makefile.am Automake the data files. 2017-12-19 21:53:51 +00:00
README.md Initial import. 2017-11-08 23:46:37 -08:00
autobuild Update build and basic DS test framework. 2017-12-21 14:02:49 -08:00
caret-project.json Add chromebook dev env stuff. 2017-11-09 06:10:32 -08:00
configure.ac Automake the data files. 2017-12-19 21:53:51 +00: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