A sandbox of sorts.
Go to file
Kyle Isom f1220734a4 NB broken. Working on the list implementation. 2017-12-19 23:43:44 +00:00
data Automake the data files. 2017-12-19 21:53:51 +00:00
include NB broken. Working on the list implementation. 2017-12-19 23:43:44 +00:00
notes NB broken. Working on the list implementation. 2017-12-19 23:43:44 +00:00
src NB broken. Working on the list implementation. 2017-12-19 23:43:44 +00: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 Switch to autotools. 2017-12-18 20:59:29 -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