Skip to content

Commit

Permalink
Merge branch 'master' of github.com:haoel/leetcode
Browse files Browse the repository at this point in the history
haoel committed Nov 4, 2014
2 parents 33f3f48 + 6d790d6 commit 5775d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/copyListWithRandomPointer/copyListWithRandomPointer.cpp
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@
*
* +-------------------------+
* | v
* +--+----+ +-----+ +-------+ +-----+ +-------+
* | node1 |---> | NEW |----> node2 |---> | NEW |----> node3 |--->NULL
* +-------+ +-----+ +---+---+ +-----+ +--+----+
* +--+----+ +-----+ +-------+ +-----+ +-------+ +-----+
* | node1 |---> | NEW |----> node2 |---> | NEW |----> node3 |---> | NEW | ---> NULL
* +-------+ +-----+ +---+---+ +-----+ +--+----+ +-----+
* ^ ^ | |
* | +-----------------------+ |
* +--------------------------------------------------+

0 comments on commit 5775d1d

Please sign in to comment.