A sandbox of sorts.
Go to file
Kyle Isom 54be01d113 build system and framework for list 2017-12-20 07:33:19 -08:00
data Automake the data files. 2017-12-19 21:53:51 +00:00
notes NB broken. Working on the list implementation. 2017-12-19 23:43:44 +00:00
src build system and framework for list 2017-12-20 07:33:19 -08:00
.gitignore Automake the data files. 2017-12-19 21:53:51 +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 build system and framework for list 2017-12-20 07:33:19 -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