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