We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf87db2 commit a27f767Copy full SHA for a27f767
queueLinkedList.c
@@ -1,4 +1,4 @@
1
-/* Queue implemented with the help of a Circular Linked List (Enqueue and Dequeue are constant time operation) */
+/* Queue implemented with the help of a Circular Linked List (Enqueue and Dequeue are constant time operations) */
2
#include <stdio.h>
3
#include <stdlib.h>
4
#include "queuelinkedlist.h"
0 commit comments