Miguel's Blog
  • 文章
  • Tags
Miguel'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 sho ...

Sun Nov 14 2021
LeetCode Algorithm LinkedList Medium
  • Privacy Policy