M's Blog
  • 文章
  • Tags
M's Blog

  • 文章
  • Tags
138. Copy List with Random Pointer

A linked list of length n is given such that each node contains an additional random pointer, which could point to any node in the list, or null. Construct a deep copy of the list. The deep copy sh ...

Sun Nov 14 2021
LeetCode Algorithm LinkedList Medium
  • Privacy Policy