We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11422ab commit e2276bdCopy full SHA for e2276bd
queue/array-implementation/circularQ-in-LL.py renamed to queue/linked-list-implementation/circularQ-in-LL.py
@@ -88,4 +88,4 @@ def dequeue(self):
88
c.print()
89
c.enqueue(5)
90
91
-print("peek",c.peek())
+print("peek",c.peek())
0 commit comments