A sandbox of sorts.
Go to file
Kyle Isom 26a0563e4f Work through exercise 1.3. 2017-12-18 23:07:44 -08:00
data Work through exercise 1.3. 2017-12-18 23:07:44 -08:00
include Dumping some WIP stuff. 2017-11-09 06:10:20 -08:00
notes Work through exercise 1.3. 2017-12-18 23:07:44 -08:00
src Work through exercise 1.3. 2017-12-18 23:07:44 -08:00
.gitignore Start work on chapter 1 exercises. 2017-12-18 20:42:44 -08:00
Makefile.am Switch to autotools. 2017-12-18 20:59:29 -08: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 Switch to autotools. 2017-12-18 20:59:29 -08: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