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 651d622 commit 63aa859Copy full SHA for 63aa859
data_structures/cll/cll.h
@@ -1,5 +1,5 @@
1
/*
2
- * Simple data structure CLL (Cicular Linear Linked List)
+ * Simple data structure CLL (Circular Linear Linked List)
3
* */
4
#include <cctype>
5
#include <cstdlib>
0 commit comments