C#LeetCode刷题-哈希表

C#LeetCode刷题-哈希表

C#LEETCODE刷题概述

文章目录

概述

所有LeetCode哈希表类算法题汇总。

哈希表篇

#题名刷题
1两数之和C#LeetCode刷题之#1-两数之和(Two Sum)
3无重复字符的最长子串 
18四数之和 
30与所有单词相关联的字串 
36有效的数独 
37解数独 
49字母异位词分组 
76最小覆盖子串 
85最大矩形 
94二叉树的中序遍历 
136只出现一次的数字C#LeetCode刷题之#136-只出现一次的数字(Single Number)
138复制带随机指针的链表 
149直线上最多的点数 
166分数到小数 
187重复的DNA序列 
202快乐数C#LeetCode刷题之#202-快乐数(Happy Number)-该题未分析出时间复杂度
204计数质数C#LeetCode刷题之#204-计算质数(Count Primes)
205同构字符串C#LeetCode刷题之#205-同构字符串(Isomorphic Strings)
217存在重复元素C#LeetCode刷题之#217-存在重复元素(Contains Duplicate)
219存在重复元素 IIC#LeetCode刷题之#219-存在重复元素 II(Contains Duplicate II)
242有效的字母异位词C#LeetCode刷题之#242-有效的字母异位词(Valid Anagram)
274H指数 
290单词模式C#LeetCode刷题之#290-单词模式(Word Pattern)
299猜数字游戏 
336回文对 
347前K个高频元素 
349两个数组的交集C#LeetCode刷题之#349-两个数组的交集(Intersection of Two Arrays)
350两个数组的交集 IIC#LeetCode刷题之#350-两个数组的交集 II(Intersection of Two Arrays II)
355设计推特 
380常数时间插入、删除和获取随机元素 
381O(1) 时间插入、删除和获取随机元素 – 允许重复 
387字符串中的第一个唯一字符C#LeetCode刷题之#387-字符串中的第一个唯一字符(First Unique Character in a String)
389找不同C#LeetCode刷题之#389-找不同(Find the Difference)
409最长回文串C#LeetCode刷题之#409-最长回文串(Longest Palindrome)
438找到字符串中所有字母异位词C#LeetCode刷题之#438-找到字符串中所有字母异位词(Find All Anagrams in a String)
447回旋镖的数量C#LeetCode刷题之#447-回旋镖的数量(Number of Boomerangs)
451根据字符出现频率排序 
454四数相加 II 
463岛屿的周长C#LeetCode刷题之#463-岛屿的周长(Island Perimeter)
500键盘行C#LeetCode刷题之#500-键盘行(Keyboard Row)
508出现次数最多的子树元素和 
525连续数组 
535TinyURL 的加密与解密 
554砖墙 
560和为K的子数组 
575分糖果C#LeetCode刷题之#575-分糖果(Distribute Candies)
594最长和谐子序列C#LeetCode刷题之#594-最长和谐子序列(Longest Harmonious Subsequence)
599两个列表的最小索引总和C#LeetCode刷题之#599-两个列表的最小索引总和​​​​​​​(Minimum Index Sum of Two Lists)
609在系统中查找重复文件 
632最小区间 
645错误的集合C#LeetCode刷题之#645-错误的集合(Set Mismatch)
648单词替换 
676实现一个魔法字典 
690员工的重要性 
692前K个高频单词 
705设计哈希集合C#LeetCode刷题之#705-设计哈希集合​​​​​​​​​​​​​​(Design HashSet)
706设计哈希映射C#LeetCode刷题之#706-设计哈希映射(Design HashMap)
710黑名单中的随机数 
718最长重复子数组 
720词典中最长的单词C#LeetCode刷题之#720-词典中最长的单词​​​​​​​(Longest Word in Dictionary)
726原子的数量 
739每日温度 
748Shortest Completing Word 
770Basic Calculator IV 
771宝石与石头C#LeetCode刷题之#771-宝石与石头​​​​​​​(Jewels and Stones)
781森林中的兔子 
811子域名访问计数C#LeetCode刷题之#811-子域名访问计数​​​​​​​(Subdomain Visit Count)
884两句话中的不常见单词C#LeetCode刷题之#884-两句话中的不常见单词​​​​​​​(Uncommon Words from Two Sentences)
895最大频率堆栈 

本文由 .Net中文网 原创发布,欢迎大家踊跃转载。

转载请注明本文地址:https://www.byteflying.com/archives/1018

(6)
上一篇 2020年04月20日 00:02
下一篇 2020年04月20日 00:02

相关推荐

发表回复

登录后才能评论