原文链接: https://leetcode-cn.com/problems/M1oyTv
中文题目给定两个字符串 s 和 t 。返回 s 中包含 t 的所有字符的最短子字符串。如果 s 中不存在符合条件的
标签详情
哈希表 分类
原文链接: https://leetcode-cn.com/problems/c32eOV
中文题目给定一个链表,返回链表开始入环的第一个节点。 从链表的头节点开始沿着 next 指针进入环的第一个节点为环的入口节点。如果链表无环,则返
原文链接: https://leetcode-cn.com/problems/3u1WK4
中文题目给定两个单链表的头节点 headA 和 headB ,请找出并返回两个单链表相交的起始节点。如果两个链表没有交点,返回 nul
原文链接: https://leetcode-cn.com/problems/FortPu
中文题目设计一个支持在平均 时间复杂度 O(1) 下,执行以下操作的数据结构:
insert(val):当元素
原文链接: https://leetcode-cn.com/problems/OrIXps
中文题目
运用所掌握的数据结构,设计和实现一个 LRU (Least Recently Used,最近最少使用) 缓存机制 。
实
原文链接: https://leetcode-cn.com/problems/Q91FMA
中文题目如果序列 X_1, X_2, ..., X_n 满足下列条件,就说它是 斐波那契式 的:
原文链接: https://leetcode-cn.com/problems/dKk3P7
中文题目给定两个字符串 s 和 t ,编写一个函数来判断它们是不是一组变位词(字母异位词)。
注意:若 s 和 t 中每个
原文链接: https://leetcode-cn.com/problems/sfvd7V
中文题目给定一个字符串数组 strs ,将 变位词 组合在一起。 可以按任意顺序返回结果列表。
注意:若两个字符串中每个字
原文链接: https://leetcode-cn.com/problems/lwyVBB
中文题目某种外星语也使用英文小写字母,但可能顺序 order 不同。字母表的顺序(order)是一些小写字母的排列。
给定一组用外星语书写的单
原文链接: https://leetcode-cn.com/problems/om3reC
中文题目在字典(单词列表) wordList 中,从单词 beginWord 和 endWord 的 转换序列 是一个按下述