A sandbox of sorts.
Go to file
Kyle Isom a35b54f308 Start work on chapter 1 exercises. 2017-12-18 20:42:44 -08:00
data Start work on chapter 1 exercises. 2017-12-18 20:42:44 -08:00
include Dumping some WIP stuff. 2017-11-09 06:10:20 -08:00
notes Start work on chapter 1 exercises. 2017-12-18 20:42:44 -08:00
src Start work on chapter 1 exercises. 2017-12-18 20:42:44 -08:00
.gitignore Start work on chapter 1 exercises. 2017-12-18 20:42:44 -08:00
CMakeLists.txt Initial import. 2017-11-08 23:46:37 -08:00
CMakePack.txt Dumping some WIP stuff. 2017-11-09 06:10:20 -08:00
CMakeTests.txt Dumping some WIP stuff. 2017-11-09 06:10:20 -08:00
README.md Initial import. 2017-11-08 23:46:37 -08:00
caret-project.json Add chromebook dev env stuff. 2017-11-09 06:10:32 -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