数据结构-一致性哈希 Posted on 2019-07-26 | Post modified: 2019-07-28 | In 数据结构 Words count in article: 2.5k 本系列为数据结构学习笔记(待汇总)。 一、Redis集群的使用我们在使用Redis的时候,为了保证R ... Read more »
数据结构 - 哈希表 Posted on 2019-07-21 | Post modified: 2019-07-28 | In 数据结构 Words count in article: 1.5k 本系列为数据结构学习笔记(待汇总)。 1 散列表散列技术是在记录的存储位置和它的关键字之间建立一个确 ... Read more »
数据结构-布隆过滤器 Posted on 2019-07-20 | Post modified: 2019-10-19 | In 数据结构 Words count in article: 1.5k 本系列为数据结构学习笔记(待汇总)。 布隆过滤器背景虽然位图可以节省空间,但是数据量大的时候需要的内 ... Read more »
数据结构-跳表 Posted on 2019-07-18 | Post modified: 2019-10-19 | In 数据结构 Words count in article: 1.8k 本系列为数据结构学习笔记(待汇总)。 跳表跳表(SkipList):增加了向前指针的链表叫做跳表。跳 ... Read more »
Leetcode题解-数据库 Posted on 2019-07-18 | Post modified: 2019-10-21 | In Leetcode Words count in article: 1.3k 175. 组合两个表题目描述表1: Person12345678+-------------+--- ... Read more »
Leetcode题解 - 贪心算法 Posted on 2019-07-18 | Post modified: 2019-10-21 | In Leetcode Words count in article: 6.8k 本系列为Leetcode刷题笔记,刷题平台为Leetcode中文站,刷题按Tag分类。本系列题解汇总 ... Read more »
数据结构-串的模式匹配 Posted on 2019-07-18 | Post modified: 2019-10-19 | In 数据结构 Words count in article: 971 本系列为数据结构学习笔记(待汇总)。 1 朴素的模式匹配算法对主串的每一个字符作为子串开头,与要匹配 ... Read more »
深度学习小结 Posted on 2019-07-17 | Post modified: 2019-07-28 | In 深度学习 Words count in article: 9.8k 1 基本概念1.1 深度学习和机器学习的区别深度学习和传统机器学习方法区别.主要体现在“深层”和“学 ... Read more »
数据结构-字典树 Posted on 2019-07-17 | Post modified: 2019-10-19 | In 数据结构 Words count in article: 2k 本系列为数据结构学习笔记(待汇总)。 字典树字典树,即Trie树,又称单词查找树或键树,是一种树形结 ... Read more »
Leetcode题解 - 动态规划 Posted on 2019-07-17 | Post modified: 2019-10-21 | In Leetcode Words count in article: 14k 本系列为Leetcode刷题笔记,刷题平台为Leetcode中文站,刷题按Tag分类。本系列题解汇总 ... Read more »