Skip to content

Commit 9109012

Browse files
authored
Update design-circular-deque.py
1 parent 4bdfaf2 commit 9109012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/design-circular-deque.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# getRear(): Gets the last item from Deque. If the deque is empty, return -1.
1414
# isEmpty(): Checks whether Deque is empty or not.
1515
# isFull(): Checks whether Deque is full or not.
16+
#
1617
# Example:
1718
#
1819
# MyCircularDeque circularDeque = new MycircularDeque(3); // set the size to be 3

0 commit comments

Comments
 (0)