编码面试方式 1.图案:推拉窗 [大小为K的最大子数组总和(简单)](1。模式滑动窗口/ 1。大小为K.go的最大子数组总和) 具有给定总和的最小子数组(简单) 最长的具有K个不同字符的子字符串(中) 水果入篮(中) 不重复子串(硬) 替换后具有相同字母的最长子字符串(硬) 替换后最长的子阵列(硬) 问题挑战1-字符串排列(硬) 问题挑战2-字符串字谜(困难) 问题挑战3-包含子字符串的最小窗口(硬) 问题挑战4-单词串联(困难) 2.模式:两个指针 与目标总和配对(简单) 删除重复项(简单) 平方排序数组(简单) 三重和总和为零(中) 三重态总和接近目标(中) 三元组,总和较小(中等) 乘积小于目标(中)的子阵列 问题挑战1-达到目标的四倍总和(中) 问题挑战2-比较包含退格键的字符串(中) 问题挑战3-最小窗口排序(中) 3.模式:快慢指针 Link
2023-05-24 18:13:14 6KB Go
1
Grokking Deep Learning 最新版(16章),含github代码(ipynb)。335页。
2023-03-11 12:27:21 31MB 英文 适合入门
1
Grokking-the-Coding-Interview-Patterns-for-Coding-Questions
2022-07-03 14:51:58 135KB Java
1
Grokking.Streaming.Systems.2022.3.
2022-05-04 14:08:33 36.46MB Streaming.System
1
leetcode 2 编码面试模式 编码面试模式 1. 图案:滑动窗口 介绍 大小为 K 的最大和子数组(简单) 给定总和的最小子数组(简单) 具有 K 个不同字符的最长子串(中) 水果入篮(中) 无重复子串(硬) 替换后具有相同字母的最长子串(硬) 替换后的最长子阵列(硬) 问题挑战 1 - 字符串中的排列(困难) 问题挑战 2 - 字符串字谜(难) 问题挑战 3 - 包含子串的最小窗口(困难) 问题挑战 4 - 单词连接(困难) 2. 模式:两个指针 介绍 与目标总和配对(简单) 删除重复项(简单) 平方排序数组(简单) 三重和为零(中) 三重总和接近目标(中等) 总和较小的三胞胎(中) 乘积小于目标的子阵列(中) 荷兰国旗问题(中) 问题挑战 1 - 目标四倍和(中等) 问题挑战 2 - 比较包含退格的字符串(中等) 问题挑战 3 - 最小窗口排序(中等) 3. 模式:快慢指针 介绍 链表循环(简单) LinkedList 循环的开始(中) 快乐号(中) LinkedList 的中间(简单) 问题挑战 1 - 回文链表(中) 问题挑战 2 - 重新排列 LinkedList(中)
2022-04-28 18:50:47 68KB 系统开源
1
Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.
2021-10-20 10:30:26 22.55MB 算法 图解算法 图解
1
摸索系统设计 摸索系统设计面试课程资料
2021-09-17 20:23:06 8.21MB 系统开源
1
Manning.Grokking.Bitcoin, Manning公司新出的Grokking丛书之三,继算法,深度学习之后的第三本,简单,通俗易懂。 About the Book Grokking Bitcoin explains why Bitcoin's supporters trust it so deeply, and why you can too. This approachable book will introduce you to Bitcoin's groundbreaking technology, which is the key to this world-changing system. This illustrated, easy-to-read guide prepares you for a new way of thinking with easy-to-follow diagrams and exercises. You'll discover how Bitcoin mining works, how to accept Bitcoin, how to participate in the Bitcoin network, and how to set up a digital wallet. What's inside Bitcoin transactions The blockchain Bitcoin mining Bitcoin wallets
2021-08-26 16:05:12 22.49MB bitcoi mannin grokki
1
Grokking the System Design by educative.io
2021-08-24 19:19:14 2.1MB SystemDesign
1
Grokking_Algorithms_-_An_illustrated_guide_for_programmers_and_other_curious_people
2021-07-16 23:27:51 23.74MB Algorithms
1