A sandbox of sorts.
Go to file
Kyle Isom e5d93a083f Adding some performance improvement ideas for ex 1.7. 2017-12-21 17:02:58 -08:00
data Update build and basic DS test framework. 2017-12-21 14:02:49 -08:00
notes Adding some performance improvement ideas for ex 1.7. 2017-12-21 17:02:58 -08:00
src Add SSet implementation. 2017-12-21 16:13:14 -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