xqian / cpp_projects

cplusplus projects for myself
2 stars 2 forks source link

Clone Graph Part I #9

Open xqian opened 11 years ago

xqian commented 11 years ago

http://leetcode.com/2012/05/clone-graph-part-i.html

no online judgment

xqian commented 11 years ago

I guess I need to find or write the test first. The code itself could be simple, just doing a BST or DST visit it enough.