LeetCode(2023-12-01)
2023-12-4
面试题 03.06. 动物收容所面试题 03.06. 动物收容所from collections import deque clas...
面试题 03.06. 动物收容所面试题 03.06. 动物收容所from collections import deque clas...
1657. 确定两个字符串是否接近1657. 确定两个字符串是否接近from collections import Counter ...
面试题 16.16. 部分排序面试题 16.16. 部分排序class Solution: def subSort(self,...
1670. 设计前中后队列1670. 设计前中后队列from collections import deque class Fro...
2353. 设计食物评分系统2353. 设计食物评分系统懒删除,查看堆顶的食物评分是否等于其实际值,若不相同则意味着对应的元素已被替换...