Skip to content

Commit 2a07f99

Browse files
committed
CircularQueueLinkedList: algorithm explanation #5361
1 parent 46e0d0b commit 2a07f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data_structures/queue/circular_queue_linked_list.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Implementation of Circular Queue using linked lists
1+
# Implementation of Circular Queue using linked lists\
2+
# https://en.wikipedia.org/wiki/Circular_buffer
3+
24
from typing import Any
35

46

0 commit comments

Comments
 (0)