Skip to content

Commit 1de93ca

Browse files
committed
specified Python version
1 parent 2fb2e18 commit 1de93ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ Search Tree, Heaps, Binary Heaps, KD-Trees, and Quad Trees.
2222
Each module presents fundamental data structures and provides code examples
2323
demonstrating their applciation and performance. All data types are
2424
provided with sample code and unit tests.
25+
26+
All code examples assumes a standard installation of Python 3. Module 6,
27+
"Graph Representation", includes an example of a 3rd party library,
28+
pygraph, that you can install separately.

0 commit comments

Comments
 (0)