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.
2 parents 33f3f48 + 6d790d6 commit 5775d1dCopy full SHA for 5775d1d
src/copyListWithRandomPointer/copyListWithRandomPointer.cpp
@@ -51,9 +51,9 @@
51
*
52
* +-------------------------+
53
* | v
54
- * +--+----+ +-----+ +-------+ +-----+ +-------+
55
- * | node1 |---> | NEW |----> node2 |---> | NEW |----> node3 |--->NULL
56
- * +-------+ +-----+ +---+---+ +-----+ +--+----+
+ * +--+----+ +-----+ +-------+ +-----+ +-------+ +-----+
+ * | node1 |---> | NEW |----> node2 |---> | NEW |----> node3 |---> | NEW | ---> NULL
+ * +-------+ +-----+ +---+---+ +-----+ +--+----+ +-----+
57
* ^ ^ | |
58
* | +-----------------------+ |
59
* +--------------------------------------------------+
0 commit comments