Skip to content

skorobogatydmitry/leetcode-random-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The problem is to make a deep copy of linked list with 2 pointers in each node: to the next node and to a random node.

Approach is stolen here.

A question reg the 1st approach with HashMap.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages