02 2018 档案
摘要:原题链接在这里:https://leetcode.com/problems/evaluate-division/description/ 题目: Equations are given in the format A / B = k, where A and B are variables repr
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/minimize-max-distance-to-gas-station/description/ 题目: On a horizontal number line, we have gas stations at posit
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/sort-transformed-array/description/ 题目: Given a sorted array of integers nums and integer values a, b and c. App
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/minesweeper/description/ 题目: Let's play the minesweeper game (Wikipedia, online game)! You are given a 2D char m
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/data-stream-as-disjoint-intervals/description/ 题目: Given a data stream input of non-negative integers a1, a2, ..
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/min-cost-climbing-stairs/description/ 题目: On a staircase, the i-th step has some non-negative cost cost[i] assig
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/find-anagram-mappings/description/ 题目: Given two lists Aand B, and B is an anagram of A. B is an anagram of A me
阅读全文
摘要:原题链接在这里:https://leetcode.com/problems/longest-repeating-character-replacement/description/ 题目: Given a string that consists of only uppercase English
阅读全文