We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a96a0 commit 705f450Copy full SHA for 705f450
pydatastructs/miscellaneous_data_structures/queue.py
@@ -23,6 +23,12 @@ class Queue(object):
23
dtype : A valid python type
24
Optional, by default NoneType if item
25
is None.
26
+ Required only for 'array' implementation.
27
+ double_ended : bool
28
+ Optional, by default, False.
29
+ Set to True if the queue should support
30
+ additional, appendleft and pop operations
31
+ from left and right sides respectively.
32
33
Examples
34
========
0 commit comments