摘要: package LeetCode_166 /** * 166. Fraction to Recurring Decimal * https://leetcode.com/problems/fraction-to-recurring-decimal/description/ * * Given two 阅读全文
posted @ 2020-07-13 23:48 johnny_zhao 阅读(135) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1490 /** * 1490. Clone N-ary Tree * (Prime) * Given a root of an N-ary tree, return a deep copy (clone) of the tree. Each node in the 阅读全文
posted @ 2020-07-13 00:22 johnny_zhao 阅读(199) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1485 /** * 1485. Clone Binary Tree With Random Pointer * (Prime) * A binary tree is given such that each node contains an additional 阅读全文
posted @ 2020-07-13 00:15 johnny_zhao 阅读(133) 评论(0) 推荐(0) 编辑