https://www.gravatar.com/avatar/925f106f8657f9f31645440a0a538227?s=240&d=mp

排序算法

0、算法概述0.1 算法分类十种常见排序算法可以分为两大类: 比较类排序:通过比较来决定元素间的相对次序,由于其时间复杂度不能突破O(nlogn

二叉树

1 重点概念1.1 结点概念结点是数据结构中的基础,是构成复杂数据结构的基本组成单位。 1.2 树结点声明本系列文章中提及的结点专指树的结点。例如:结点

Github加速

使用fastgitgit config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/" git config protocol.https.allow always git config --global --unset url."https://hub.fastgit.org/".insteadOf "https://github.com/" 使用fakevgit config --global url."https://gh.dlpu.workers.dev/".insteadOf "https://github.com/" git config protocol.https.allow always git config --global url."https://gh.fakev.cn/".insteadOf "https://github.com/" git config protocol.https.allow always 删除 git config –global –unset url.“https://gh.dlpu.workers.dev/".insteadOf “https://github.com/" 修改hosts14

redis基础

你知道的越多,你不知道的越多 点赞再看,养成习惯 前言Redis在互联网技术存储方面使用如此广泛,几乎所有的后端技术面试官都要在Redis的使用