Skip to content

Commit

Permalink
Fixing broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
mesirendon committed Jul 28, 2024
1 parent 524bea1 commit 7ea5a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-structures/queues/Queues.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"\n",
"## Operations\n",
"### `queue.enqueue`\n",
"![Enqueue](./enqueue.png#normal)\n",
"![Enqueue](./assets/enqueue.png)\n",
"\n",
"**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",
"\n",
Expand Down

0 comments on commit 7ea5a7c

Please sign in to comment.