原文链接: https://leetcode-cn.com/problems/missing-two-lcci
英文原文You are given an array with all the numbers from 1 to N ap
标签详情
哈希表 分类
原文链接: https://leetcode-cn.com/problems/t9-lcci
英文原文On old cell phones, users typed on a numeric keypad and the phone w
原文链接: https://leetcode-cn.com/problems/sum-swap-lcci
英文原文Given two arrays of integers, find a pair of values (one valu
原文链接: https://leetcode-cn.com/problems/langtons-ant-lcci
英文原文An ant is sitting on an infinite grid of white and black
原文链接: https://leetcode-cn.com/problems/qi-wang-ge-shu-tong-ji
英文原文
中文题目某互联网公司一年一度的春招开始了,一共有 n 名面试者入选。每名面试者都会提交一份简历,公司
原文链接: https://leetcode-cn.com/problems/WqXACV
英文原文
中文题目有 `N` 位扣友参加了微软与力扣举办了「以扣会友」线下活动。主办方提供了 `2*N` 道题目,整型数组 `question
原文链接: https://leetcode-cn.com/problems/A1NYOS
中文题目给定一个二进制数组 nums , 找到含有相同数量的 0 和 1 的最长连续子数组,并返回该子数组的长度。
示例 1:
原文链接: https://leetcode-cn.com/problems/MPnaiL
中文题目给定两个字符串 s1 和 s2,写一个函数来判断 s2 是否包含 s1 的某个变位词。
换句话
原文链接: https://leetcode-cn.com/problems/VabMRr
中文题目给定两个字符串 s 和 p,找到 s 中所有 p 的 变位词 的子
原文链接: https://leetcode-cn.com/problems/wtcaE1
中文题目给定一个字符串 s ,请你找出其中不含有重复字符的 最长连续子字符串 的长度。
示例 1