Skip to content

Commit a27f767

Browse files
authored
Update queueLinkedList.c
1 parent cf87db2 commit a27f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queueLinkedList.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Queue implemented with the help of a Circular Linked List (Enqueue and Dequeue are constant time operation) */
1+
/* Queue implemented with the help of a Circular Linked List (Enqueue and Dequeue are constant time operations) */
22
#include <stdio.h>
33
#include <stdlib.h>
44
#include "queuelinkedlist.h"

0 commit comments

Comments
 (0)