Skip to content

Commit ebe8687

Browse files
authored
Inline brief description of implicit data structures
1 parent 4cd3f7d commit ebe8687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

[2018] Python Heaps-ters/python-heaps-ters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@
18911891
"# The alternative\n",
18921892
"\n",
18931893
"- Binary heaps can be represented in a very space-efficient way using **an array**.\n",
1894-
"- This is known as an [implicit data structure](https://en.wikipedia.org/wiki/Implicit_data_structure).\n",
1894+
"- This is known as an [implicit data structure](https://en.wikipedia.org/wiki/Implicit_data_structure) — the position of the elements carries meaning and relationship between elements.\n",
18951895
"- We're *flattening* the tree...\n",
18961896
"- ... and using a formula to move across nodes.\n",
18971897
"\n",

0 commit comments

Comments
 (0)