We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb2e18 commit 1de93caCopy full SHA for 1de93ca
1 file changed
README.md
@@ -22,3 +22,7 @@ Search Tree, Heaps, Binary Heaps, KD-Trees, and Quad Trees.
22
Each module presents fundamental data structures and provides code examples
23
demonstrating their applciation and performance. All data types are
24
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