摘要:
LeetCode 1376. Time Needed to Inform All Employees通知所有员工所需的时间【Medium】【Python】【自底向上遍历】 Problem "LeetCode" A company has employees with a unique ID for 阅读全文
摘要:
LeetCode 1375. Bulb Switcher III灯泡开关 III【Medium】【Python】【最大编号】 Problem "LeetCode" There is a room with bulbs, numbered from to , arranged in a row fro 阅读全文
摘要:
LeetCode 1374. Generate a String With Characters That Have Odd Counts生成每种字符都是奇数个的字符串【Easy】【Python】【字符串】 Problem "LeetCode" Given an integer , return a 阅读全文
摘要:
LeetCode 1372. Longest ZigZag Path in a Binary Tree二叉树中的最长交错路径【Medium】【Python】【DFS】 Problem "LeetCode" Given a binary tree , a ZigZag path for a binar 阅读全文
摘要:
LeetCode 1370. Increasing Decreasing String上升下降字符串【Easy】【Python】【排序】 Problem "LeetCode" Given a string . You should re order the string using the foll 阅读全文
摘要:
LeetCode 面试题59 II. 队列的最大值【Medium】【Python】【队列】 问题 "力扣" 请定义一个队列并实现函数 得到队列里的最大值,要求函数 、`push_back pop_front` 的 均摊 时间复杂度都是O(1)。 若队列为空, 和 需要返回 1 示例 1: 示例 2: 阅读全文