C#LeetCode刷题-哈希表
哈希表篇
| # | 题名 | 刷题 | 通过率 | 难度 |
|---|---|---|---|---|
| 1 | C#LeetCode刷题之#1-两数之和(Two Sum) | 42.8% | 简单 | |
| 3 | 24.2% | 中等 | ||
| 18 | 29.4% | 中等 | ||
| 30 | 20.2% | 困难 | ||
| 36 | 46.6% | 中等 | ||
| 37 | 46.8% | 困难 | ||
| 49 | 46.9% | 中等 | ||
| 76 | 29.6% | 困难 | ||
| 85 | 37.5% | 困难 | ||
| 94 | 61.7% | 中等 | ||
| 136 | C#LeetCode刷题之#136-只出现一次的数字(Single Number) | 52.5% | 简单 | |
| 138 | 22.2% | 中等 | ||
| 149 | 10.7% | 困难 | ||
| 166 | 20.8% | 中等 | ||
| 187 | 40.8% | 中等 | ||
| 202 | C#LeetCode刷题之#202-快乐数(Happy Number)-该题未分析出时间复杂度 | 47.9% | 简单 | |
| 204 | C#LeetCode刷题之#204-计算质数(Count Primes) | 22.5% | 简单 | |
| 205 | C#LeetCode刷题之#205-同构字符串(Isomorphic Strings) | 38.5% | 简单 | |
| 217 | C#LeetCode刷题之#217-存在重复元素(Contains Duplicate) | 40.8% | 简单 | |
| 219 | C#LeetCode刷题之#219-存在重复元素 II(Contains Duplicate II) | 27.0% | 简单 | |
| 242 | C#LeetCode刷题之#242-有效的字母异位词(Valid Anagram) | 46.3% | 简单 | |
| 274 | 28.2% | 中等 | ||
| 290 | C#LeetCode刷题之#290-单词模式(Word Pattern) | 34.4% | 简单 | |
| 299 | 39.8% | 中等 | ||
| 336 | 20.6% | 困难 | ||
| 347 | 49.1% | 中等 | ||
| 349 | C#LeetCode刷题之#349-两个数组的交集(Intersection of Two Arrays) | 49.9% | 简单 | |
| 350 | C#LeetCode刷题之#350-两个数组的交集 II(Intersection of Two Arrays II) | 33.3% | 简单 | |
| 355 | 23.4% | 中等 | ||
| 380 | 36.7% | 中等 | ||
| 381 | 26.8% | 困难 | ||
| 387 | C#LeetCode刷题之#387-字符串中的第一个唯一字符(First Unique Character in a String) | 32.9% | 简单 | |
| 389 | C#LeetCode刷题之#389-找不同(Find the Difference) | 50.5% | 简单 | |
| 409 | C#LeetCode刷题之#409-最长回文串(Longest Palindrome) | 41.0% | 简单 | |
| 438 | C#LeetCode刷题之#438-找到字符串中所有字母异位词(Find All Anagrams in a String) | 30.4% | 简单 | |
| 447 | C#LeetCode刷题之#447-回旋镖的数量(Number of Boomerangs) | 46.1% | 简单 | |
| 451 | 46.8% | 中等 | ||
| 454 | 41.8% | 中等 | ||
| 463 | C#LeetCode刷题之#463-岛屿的周长(Island Perimeter) | 55.3% | 简单 | |
| 500 | C#LeetCode刷题之#500-键盘行(Keyboard Row) | 61.6% | 简单 | |
| 508 | 54.7% | 中等 | ||
| 525 | 26.5% | 中等 | ||
| 535 | 72.8% | 中等 | ||
| 554 | 36.8% | 中等 | ||
| 560 | 30.1% | 中等 | ||
| 575 | C#LeetCode刷题之#575-分糖果(Distribute Candies) | 53.5% | 简单 | |
| 594 | C#LeetCode刷题之#594-最长和谐子序列(Longest Harmonious Subsequence) | 34.4% | 简单 | |
| 599 | C#LeetCode刷题之#599-两个列表的最小索引总和(Minimum Index Sum of Two Lists) | 40.6% | 简单 | |
| 609 | 40.2% | 中等 | ||
| 632 | 34.4% | 困难 | ||
| 645 | C#LeetCode刷题之#645-错误的集合(Set Mismatch) | 29.1% | 简单 | |
| 648 | 43.5% | 中等 | ||
| 676 | 35.3% | 中等 | ||
| 690 | 43.9% | 简单 | ||
| 692 | 33.8% | 中等 | ||
| 705 | C#LeetCode刷题之#705-设计哈希集合(Design HashSet) | 52.4% | 简单 | |
| 706 | C#LeetCode刷题之#706-设计哈希映射(Design HashMap) | 46.6% | 简单 | |
| 710 | 21.0% | 困难 | ||
| 718 | 37.4% | 中等 | ||
| 720 | C#LeetCode刷题之#720-词典中最长的单词(Longest Word in Dictionary) | 35.6% | 简单 | |
| 726 | 41.5% | 困难 | ||
| 739 | 47.6% | 中等 | ||
| 748 | 42.0% | 中等 | ||
| 770 | 20.5% | 困难 | ||
| 771 | C#LeetCode刷题之#771-宝石与石头(Jewels and Stones) | 75.9% | 简单 | |
| 781 | 39.0% | 中等 | ||
| 811 | C#LeetCode刷题之#811-子域名访问计数(Subdomain Visit Count) | 57.9% | 简单 | |
| 884 | C#LeetCode刷题之#884-两句话中的不常见单词(Uncommon Words from Two Sentences) | 49.4% | 简单 | |
| 895 | 24.4% | 困难 |
C#LeetCode刷题-哈希表的更多相关文章
- C#LeetCode刷题之#168-Excel表列名称(Excel Sheet Column Title)
问题 该文章的最新版本已迁移至个人博客[比特飞],单击链接 https://www.byteflying.com/archives/3850 访问. 给定一个正整数,返回它在 Excel 表中相对应的 ...
- C#LeetCode刷题之#171-Excel表列序号(Excel Sheet Column Number)
问题 该文章的最新版本已迁移至个人博客[比特飞],单击链接 https://www.byteflying.com/archives/3852 访问. 给定一个Excel表格中的列名称,返回其相应的列序 ...
- C#LeetCode刷题之#876-链表的中间结点(Middle of the Linked List)
问题 该文章的最新版本已迁移至个人博客[比特飞],单击链接 https://www.byteflying.com/archives/3836 访问. 给定一个带有头结点 head 的非空单链表,返回链 ...
- C#LeetCode刷题-数学
数学篇 # 题名 刷题 通过率 难度 2 两数相加 29.0% 中等 7 反转整数 C#LeetCode刷题之#7-反转整数(Reverse Integer) 28.6% 简单 8 字符串转整数 ...
- C#LeetCode刷题-链表
链表篇 # 题名 刷题 通过率 难度 2 两数相加 29.0% 中等 19 删除链表的倒数第N个节点 29.4% 中等 21 合并两个有序链表 C#LeetCode刷题之#21-合并两个有序链 ...
- LeetCode刷题总结-哈希表篇
本文总结在LeetCode上有关哈希表的算法题,推荐刷题总数为12题.具体考察的知识点如下图: 1.数学问题 题号:149. 直线上最多的点数,难度困难 题号:554. 砖墙,难度中等(最大最小边界问 ...
- LeetCode刷题总结之双指针法
Leetcode刷题总结 目前已经刷了50道题,从零开始刷题学到了很多精妙的解法和深刻的思想,因此想按方法对写过的题做一个总结 双指针法 双指针法有时也叫快慢指针,在数组里是用两个整型值代表下标,在链 ...
- LeetCode刷题总结-数组篇(上)
数组是算法中最常用的一种数据结构,也是面试中最常考的考点.在LeetCode题库中,标记为数组类型的习题到目前为止,已累计到了202题.然而,这202道习题并不是每道题只标记为数组一个考点,大部分习题 ...
- LeetCode刷题笔记和想法(C++)
主要用于记录在LeetCode刷题的过程中学习到的一些思想和自己的想法,希望通过leetcode提升自己的编程素养 :p 高效leetcode刷题小诀窍(这只是目前对我自己而言的小方法,之后会根据自己 ...
随机推荐
- 第五章:理解RemoteViews
RemoteView应该是一种远程View,表示的是一个View结构,他可以在其它进程中显示. 在android中使用场景有两种:通知栏和桌面小部件 5.1 RemoteView的应用 5.1.1 R ...
- OSCP Learning Notes - Buffer Overflows(3)
Finding Bad Characters 1. Find the bad charaters in the following website: https://bulbsecurity.com/ ...
- Python Ethical Hacking - VULNERABILITY SCANNER(4)
Extracting & Submitting Forms Automatically Target website:http://10.0.0.45/dvwa/vulnerabilities ...
- 如果你还不知道如何控制springboot中bean的加载顺序,那你一定要看此篇
1.为什么需要控制加载顺序 springboot遵从约定大于配置的原则,极大程度的解决了配置繁琐的问题.在此基础上,又提供了spi机制,用spring.factories可以完成一个小组件的自动装配功 ...
- Echarts柱状图顶部加数量显示
//加在series中itemStyle: { normal: { label: { show: true, position: 'top', textStyle: { color: '#615a5a ...
- 带你理解Lock锁原理
同样是锁,先说说synchronized和lock的区别: synchronized是java关键字,是用c++实现的:而lock是用java类,用java可以实现 synchronized可以锁住代 ...
- Java继承之面向对象
面向对象与面向过程: 面向对象(OOP)与面向过程 二者都是一种思想,面向对象是相对于面向过程而言的. 面向过程,强调的是功能行为.面向对象,将功能封装进对象,强调具备了功能的对象. 面向对象更加强调 ...
- jsp课堂笔记4 javabean
Javabean是一个可重复使用的软件组件,实际上是一种java类 实现代码重复利用 易编写易维护易使用 jsp页面的主要任务是显示页面,不负责数据的逻辑业务处理 将数据处理过程中指派一个或多个bea ...
- iframe和DataForm
一.iframe使用 iframe在一个页面中,相当于整个window窗口的子窗口,可通过页面的元素结构查看. <div> <p>学习iframe</p> < ...
- Python os.pipe() 方法
概述 os.pipe() 方法用于创建一个管道, 返回一对文件描述符(r, w) 分别为读和写.高佣联盟 www.cgewang.com 语法 pipe()方法语法格式如下: os.pipe() 参数 ...