8000
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 a1647be commit 36f46feCopy full SHA for 36f46fe
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