原文链接: https://leetcode-cn.com/problems/intersection-of-two-arrays
英文原文Given two integer arrays nums1 and nums2, return
标签详情
哈希表 分类
原文链接: https://leetcode-cn.com/problems/intersection-of-two-arrays-ii
英文原文Given two integer arrays nums1 and nums2, ret
原文链接: https://leetcode-cn.com/problems/design-twitter
英文原文Design a simplified version of Twitter where users can post
原文链接: https://leetcode-cn.com/problems/insert-delete-getrandom-o1
英文原文Implement the RandomizedSet class:
Randomi
原文链接: https://leetcode-cn.com/problems/insert-delete-getrandom-o1-duplicates-allowed
英文原文RandomizedCollection is a dat
原文链接: https://leetcode-cn.com/problems/ransom-note
英文原文Given two stings ransomNote and magazine, return true if ransom
原文链接: https://leetcode-cn.com/problems/first-unique-character-in-a-string
英文原文Given a string s, find the first non-rep
原文链接: https://leetcode-cn.com/problems/find-the-difference
英文原文You are given two strings s and t.
String t is generat
原文链接: https://leetcode-cn.com/problems/longest-substring-with-at-least-k-repeating-characters
英文原文Given a string s and
原文链接: https://leetcode-cn.com/problems/random-pick-index
英文原文Given an integer array nums with possible duplicates, ran