We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8e575 commit e6b2750Copy full SHA for e6b2750
1 file changed
src/4_Lists/loops.cpp
@@ -8,11 +8,6 @@
8
* storing all allocated nodes in a vector so that they can be safely deleted
9
* even if a loop exists.
10
*
11
- * The class provides:
12
- * - append: Add a new node with a given value.
13
- * - connectNodes: Connect one node to another (forming a loop if desired).
14
- * - hasLoop: Detects a loop in the list using Floyd's cycle-finding algorithm.
15
- *
16
* ASCII Illustration:
17
18
* Without Loop:
0 commit comments