A sandbox of sorts.
Go to file
Kyle Isom c295f8e4b3 Add perf data. 2017-12-22 06:55:22 +00: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 linked list and benchmarks. 2017-12-21 22:26:04 -08:00
.gitignore Add perf data. 2017-12-22 06:55:22 +00:00
Makefile.am Add linked list and benchmarks. 2017-12-21 22:26:04 -08: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
benchmarks.txt Add linked list and benchmarks. 2017-12-21 22:26:04 -08:00
caret-project.json Add chromebook dev env stuff. 2017-11-09 06:10:32 -08:00
configure.ac Add linked list and benchmarks. 2017-12-21 22:26:04 -08:00
debug.log Add perf data. 2017-12-22 06:55:22 +00:00
perf.data Add perf data. 2017-12-22 06:55:22 +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