17 lines
346 B
Markdown
17 lines
346 B
Markdown
# ODS
|
|
## Open Data Structures
|
|
|
|
This is an implementation and playground for the code in the
|
|
[Open Data Structures](http://opendatastructures.org/) books.
|
|
It contains both the C++ and Python repos.
|
|
|
|
Tree:
|
|
|
|
```
|
|
.
|
|
├── include # C++ headers
|
|
├── notes # notes from the text
|
|
├── ods # Python sources
|
|
└── src # C++ sources
|
|
```
|