摘要: package LeetCode_1496 /** * 1496. Path Crossing * https://leetcode.com/problems/path-crossing/ * Given a string path, where path[i] = 'N', 'S', 'E' or 阅读全文
posted @ 2020-12-20 20:35 johnny_zhao 阅读(103) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1678 /** * 1678. Goal Parser Interpretation * https://leetcode.com/problems/goal-parser-interpretation/ * You own a Goal Parser that 阅读全文
posted @ 2020-12-20 16:52 johnny_zhao 阅读(71) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1694 import java.util.* /** * 1694. Reformat Phone Number * https://leetcode.com/problems/reformat-phone-number/ * You are given a ph 阅读全文
posted @ 2020-12-20 16:12 johnny_zhao 阅读(159) 评论(0) 推荐(0) 编辑