Skip to content

Commit 7ea5a7c

Browse files
committed
Fixing broken image
1 parent 524bea1 commit 7ea5a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-structures/queues/Queues.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"\n",
189189
"## Operations\n",
190190
"### `queue.enqueue`\n",
191-
"![Enqueue](./enqueue.png#normal)\n",
191+
"![Enqueue](./assets/enqueue.png)\n",
192192
"\n",
193193
"**Enqueue** is the insertion operation. The insertion occurs at the end of the queue. When the queue is empty the insertion adds a queue node and the wrapper tracks it in the head. As the node is the only element in the queue it has been tracked in the *head* but in the *tail* as well.\n",
194194
"\n",

0 commit comments

Comments
 (0)