Skip to content

Commit e2276bd

Browse files
authored
Rename queue/array-implementation/circularQ-in-LL.py to queue/linked-list-implementation/circularQ-in-LL.py
1 parent 11422ab commit e2276bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue/array-implementation/circularQ-in-LL.py renamed to queue/linked-list-implementation/circularQ-in-LL.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ def dequeue(self):
8888
c.print()
8989
c.enqueue(5)
9090
c.print()
91-
print("peek",c.peek())
91+
print("peek",c.peek())

0 commit comments

Comments
 (0)