摘要: package LeetCode_1367 import LeetCode_1382.TreeNode import LeetCode_390.ListNode /** * 1367. Linked List in Binary Tree * https://leetcode.com/problem 阅读全文
posted @ 2020-04-09 22:09 johnny_zhao 阅读(174) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_486 /** * 486. Predict the Winner * https://leetcode.com/problems/predict-the-winner/description/ * https://www.youtube.com/watch?v=g 阅读全文
posted @ 2020-04-09 22:03 johnny_zhao 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_205 /** * 205. Isomorphic Strings * https://leetcode.com/problems/isomorphic-strings/description/ * */ class Solution { fun isIsomorp 阅读全文
posted @ 2020-04-09 22:01 johnny_zhao 阅读(74) 评论(0) 推荐(0) 编辑
摘要: /* 876. Middle of the Linked List https://leetcode.com/problems/middle-of-the-linked-list/description/ Given a non-empty, singly linked list with head 阅读全文
posted @ 2020-04-09 12:43 johnny_zhao 阅读(103) 评论(0) 推荐(0) 编辑