摘要: 1、面试题 02.02. 返回倒数第 k 个节点 考点: 1、collections.deque(maxlen=k)的使用 2、deque队尾插值append,队头取值的popleft()用法(或者result[0]) class Solution: def kthToLast(self, head 阅读全文
posted @ 2020-12-06 22:22 哈哈哈喽喽喽 阅读(93) 评论(0) 推荐(0) 编辑