├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── others.md │ └── translate.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── README.md ├── contributor.jpg ├── pictures ├── 4keyboard │ ├── 1.jpg │ └── title.png ├── BST │ ├── BST_example.png │ ├── bst_deletion_case_1.png │ ├── bst_deletion_case_2.png │ ├── bst_deletion_case_3.png │ └── 假BST.png ├── Chrome插件 │ ├── baidumonkey.png │ ├── baidu广告.png │ ├── csdnBlock.png │ ├── githubzip.png │ ├── listen1.png │ ├── monkey.png │ ├── oneTab.png │ ├── pin.png │ ├── tree.png │ └── youhou优化.png ├── LCS │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── dp.png │ └── lcs.png ├── LRU算法 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ └── put.jpg ├── algo4 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── title.png ├── backtrack │ ├── ink-image (1).png │ ├── ink-image (2).png │ ├── ink-image (3).png │ ├── ink-image (4).png │ ├── ink-image (5).png │ ├── ink-image (6).png │ ├── ink-image.png │ ├── nqueens.png │ ├── permutation.png │ ├── 代码.png │ ├── 代码1.png │ ├── 代码2.png │ ├── 代码3.png │ └── 全排列.png ├── backtracking │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ └── 7.jpg ├── calculator │ ├── 1.1.jpg │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── cover.jpg ├── dupmissing │ ├── 1.gif │ ├── 2.jpg │ └── 3.jpg ├── editDistance │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── delete.gif │ ├── dp.jpg │ ├── edit.gif │ ├── insert.gif │ ├── replace.gif │ └── title.png ├── floodfill │ ├── floodfill.gif │ ├── floodfill.png │ ├── leetcode.png │ ├── ppt1.PNG │ ├── ppt2.PNG │ ├── ppt3.PNG │ ├── ppt4.PNG │ ├── ppt5.PNG │ ├── xiaoxiaole.jpg │ ├── 扫雷.png │ ├── 抠图.jpeg │ └── 抠图.jpg ├── group.jpg ├── header.jpg ├── heap │ ├── 1.png │ ├── delete.gif │ ├── insert.gif │ ├── sink.gif │ └── swim.gif ├── intersection │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.gif │ └── title.png ├── interval │ ├── 1.gif │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── title1.png │ └── title2.png ├── kgroup │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.gif │ └── title.png ├── kmp │ ├── 1.gif │ ├── 2.gif │ ├── 3.gif │ ├── A.gif │ ├── allstate.jpg │ ├── back.jpg │ ├── dfa.gif │ ├── exp1.jpg │ ├── exp2.jpg │ ├── exp3.jpg │ ├── exp4.jpg │ ├── exp5.jpg │ ├── exp6.jpg │ ├── exp7.jpg │ ├── forward.jpg │ ├── kmp.gif │ ├── shadow.jpg │ ├── shadow1.jpg │ ├── shadow2.jpg │ ├── state.jpg │ ├── state2.jpg │ ├── state4.jpg │ ├── txt1.jpg │ ├── txt2.jpg │ ├── txt3.jpg │ ├── txt4.jpg │ └── z.jpg ├── labuladong.png ├── linux-fs │ ├── application.png │ ├── apt.png │ ├── bin.png │ ├── boot.png │ ├── cpu.png │ ├── desktop.png │ ├── dev.png │ ├── etc.png │ ├── home.png │ ├── linux-filesystem.png │ ├── log.png │ ├── opt.png │ ├── proc.png │ ├── root.png │ ├── sbin.png │ ├── tmp.png │ ├── usr.png │ └── usrbin.png ├── linuxProcess │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ └── 8.jpg ├── linuxshell │ └── 1.png ├── mergeInterval │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.gif │ └── title.png ├── online │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── others │ └── leetcode.jpeg ├── pancakeSort │ ├── 1.jpg │ ├── 2.png │ ├── 3.jpg │ ├── 4.jpg │ └── title.png ├── pay.jpg ├── plugin │ ├── chrome.gif │ ├── chrome.jpg │ ├── jetbrain.gif │ ├── jetbrain.jpg │ ├── vscode.gif │ ├── vscode.jpg │ └── 全家桶.jpg ├── prime │ └── 1.gif ├── qrcode.jpg ├── redis入侵 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ └── 6.png ├── robber │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── title.png │ └── title1.png ├── session │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.jpg ├── souyisou.png ├── souyisou2.png ├── unionfind │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.gif ├── unionfind应用 │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── youtube │ ├── 1.png │ ├── 1573133096614.jpeg │ ├── 1573133131308.jpeg │ ├── 2.jpg │ ├── 3.jpg │ └── 4.jpg ├── 二分应用 │ ├── title1.png │ └── title2.png ├── 二分查找 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── binarySearch1.png │ ├── binarySearch2.png │ └── poem.png ├── 位操作 │ ├── 1.png │ └── title.png ├── 信封嵌套 │ ├── 0.jpg │ ├── 1.jpg │ ├── 2.jpg │ └── title.png ├── 全家桶.jpg ├── 前缀和 │ ├── 1.jpg │ ├── 2.jpg │ └── title.png ├── 动态规划详解 │ ├── coindp.png │ ├── coinfunc.png │ ├── cointree.png │ ├── fibdp.png │ ├── fibfunc.png │ ├── fibmemo.png │ ├── fibtree.png │ ├── img_20190514_013033.441.png │ ├── img_20190514_013830.397.png │ ├── ink-image (1).png │ ├── ink-image (2).png │ ├── ink-image (3).png │ ├── ink-image (4).png │ └── ink-image.png ├── 动态规划详解进阶 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── coin.png │ └── fib.png ├── 单调栈 │ ├── 1.png │ ├── 2.png │ └── 3.png ├── 单调队列 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── title.png ├── 博弈问题 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png ├── 双指针 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── center.png │ └── title.png ├── 反转链表 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ └── title.png ├── 回文 │ └── title.png ├── 回文链表 │ ├── 1.gif │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── 4.jpg ├── 子序列 │ ├── 1.gif │ ├── 1.jpg │ ├── 2.gif │ ├── 2.jpg │ └── 3.jpg ├── 子集 │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── 字符串乘法 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.gif │ ├── 6.jpg │ └── title.png ├── 密码技术 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ └── 7.jpg ├── 座位调度 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ └── 7.jpg ├── 扔鸡蛋 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── dp.png ├── 接雨水 │ ├── 0.jpg │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── title.png ├── 数组交换 │ ├── ink-image (1).png │ ├── ink-image (2).png │ ├── ink-image (3).png │ └── ink-image.png ├── 最优子结构 │ └── 1.jpg ├── 最长回文子序列 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ └── 5.jpg ├── 最长递增子序列 │ ├── 1.jpeg │ ├── 2.jpeg │ ├── 3.jpeg │ ├── gif1.gif │ ├── gif2.gif │ ├── poker1.jpeg │ ├── poker2.jpeg │ ├── poker3.jpeg │ ├── poker4.jpeg │ └── title.png ├── 有序数组去重 │ ├── 1.gif │ ├── 2.gif │ └── title.png ├── 栈队列 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── 概率问题 │ ├── p.png │ ├── p.svg │ ├── sanmen.png │ ├── sanmen.svg │ └── tree.png ├── 正则 │ ├── 1.jpeg │ ├── 2.jpeg │ ├── 3.jpeg │ ├── 4.jpeg │ ├── example.png │ └── title.png ├── 洗牌算法 │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.jpg │ └── 6.png ├── 滑动窗口 │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── title1.png │ ├── title2.png │ └── title3.png ├── 缺失元素 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── title.png │ └── xor.png ├── 股票问题 │ ├── 1.png │ └── title.png └── 设计Twitter │ ├── design.png │ ├── merge.gif │ ├── tweet.jpg │ └── user.jpg ├── starHistory.jpg ├── starHistory.png ├── 动态规划系列 ├── LCS.md ├── README.md ├── 动态规划之KMP字符匹配算法.md ├── 动态规划之博弈问题.md ├── 动态规划之四键键盘.md ├── 动态规划之正则表达.md ├── 动态规划设计:最长递增子序列.md ├── 动态规划详解进阶.md ├── 单词拼接.md ├── 团灭股票问题.md ├── 子序列问题模板.md ├── 抢房子.md ├── 最优子结构.md ├── 状态压缩技巧.md ├── 编辑距离.md ├── 背包问题.md ├── 贪心算法之区间调度问题.md ├── 高楼扔鸡蛋问题.md └── 魔塔.md ├── 多语言解法代码 ├── contribution-guide.md └── solution_code.md ├── 技术 ├── linuxshell.md ├── linux进程.md ├── redis入侵.md ├── session和cookie.md ├── 刷题技巧.md ├── 在线练习平台.md └── 密码技术.md ├── 数据结构系列 ├── BST1.md ├── BST2.md ├── README.md ├── dijkstra算法.md ├── 二叉堆详解实现优先级队列.md ├── 二叉树总结.md ├── 二叉树系列1.md ├── 二叉树系列2.md ├── 单调栈.md ├── 单调队列.md ├── 图.md ├── 实现计算器.md ├── 拓扑排序.md ├── 设计Twitter.md ├── 递归反转链表的一部分.md └── 队列实现栈栈实现队列.md ├── 算法思维系列 ├── BFS框架.md ├── BFS解决滑动拼图.md ├── README.md ├── UnionFind算法详解.md ├── 二分查找详解.md ├── 几个反直觉的概率问题.md ├── 前缀和技巧.md ├── 双指针技巧.md ├── 回溯算法详解修订版.md ├── 字符串乘法.md ├── 学习数据结构和算法的高效方法.md ├── 差分技巧.md ├── 常用的位操作.md ├── 洗牌算法.md ├── 滑动窗口技巧进阶.md ├── 烧饼排序.md ├── 花式遍历.md └── 集合划分.md └── 高频面试系列 ├── LRU算法.md ├── README.md ├── k个一组反转链表.md ├── 一行代码解决的智力题.md ├── 二分查找判定子序列.md ├── 二分运用.md ├── 判断回文链表.md ├── 名人问题.md ├── 子集排列组合.md ├── 安排会议室.md ├── 岛屿题目.md ├── 座位调度.md ├── 打印素数.md ├── 接雨水.md ├── 缺失和重复的元素.md └── 随机权重.md /.gitattributes: -------------------------------------------------------------------------------- 1 | *.md linguist-detectable=true 2 | *.md linguist-documentation=false -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- 1 | name: 报告错误的解法代码 2 | title: "[bug][这里替换为出错的编程语言] 这里替换为出错的力扣题目标识符" 3 | description: "反馈我的刷题全家桶中的错误。" 4 | labels: [ "help wanted" ] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | 力扣题目标识符就是题目 URL 的最后一部分。比如 [https://leetcode.cn/problems/search-a-2d-matrix/](https://leetcode.cn/problems/search-a-2d-matrix/) 这道题标识符就是 `search-a-2d-matrix`。请补全 issue 题目,示例:`[bug][golang] search-a-2d-matrix`. 10 | 11 | - type: checkboxes 12 | attributes: 13 | label: 请在提交 bug 之前先搜索 14 | description: > 15 | 请先在 [issues](https://github.com/labuladong/fucking-algorithm/issues) 列表中搜索对应题目的标识符,确保你提的这个 bug 还没有被提交过。 16 | options: 17 | - label: > 18 | 我已经搜索过 [issues](https://github.com/labuladong/fucking-algorithm/issues),没有发现相同的 bug。 19 | required: true 20 | - type: input 21 | attributes: 22 | label: 出错的题目链接 23 | description: | 24 | 输入力扣的题目链接 25 | placeholder: 例如 https://leetcode.cn/problems/search-a-2d-matrix/ 26 | validations: 27 | required: true 28 | - type: textarea 29 | attributes: 30 | label: 报错信息 31 | description: | 32 | 把出错的原因复制粘贴在这里 33 | value: | 34 | 35 | 36 | validations: 37 | required: true 38 | - type: checkboxes 39 | attributes: 40 | label: 你是否愿意提交 PR 修复这个 bug? 41 | description: > 42 | PR 规范 [见这里](https://github.com/labuladong/fucking-algorithm/issues/1113),欢迎成为本仓库的 contributor! 43 | options: 44 | - label: 我愿意! 45 | - type: markdown 46 | attributes: 47 | value: "感谢你的支持,[labuladong 的刷题全家桶](https://labuladong.github.io/article/fname.html?fname=全家桶简介) 会因你变得越来越好!" 48 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/others.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 其他issue 3 | about: 我还有一些其他的建议/问题 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/translate.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 参与翻译 3 | about: 我想参与仓库中文章的翻译工作 4 | title: 'translate ' 5 | labels: translate 6 | assignees: '' 7 | 8 | --- 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 我已阅读过[翻译组工作流程](https://github.com/labuladong/fucking-algorithm/issues/9),我已阅读过[翻译要求](https://github.com/labuladong/fucking-algorithm/blob/english/README.md),我已查看 [已完成列表](https://github.com/labuladong/fucking-algorithm/pulls?q=is%3Apr+is%3Aclosed),确保我要翻译的文章还没有被翻译。 19 | 20 | 我将开始翻译如下文章(点击可查看目标文章): 21 | 22 | 23 | [动态规划系列/抢房子.md](https://github.com/labuladong/fucking-algorithm/blob/master/动态规划系列/抢房子.md) 24 | 25 | 我对如何翻译此文章已经心中有数,我准备将它翻译成:**英文** 26 | 27 | 28 | **预计 3 天内翻译完成**,我会尽可能快地完成翻译,主仓库会对第一个完成的 pull request 添加翻译者昵称/姓名及个人链接。 -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | Fixes 10 | 11 | 我修改的是如下题目的 xx 解法: 12 | 13 | 14 | 15 | 通过截图如下: 16 | 17 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_store 2 | -------------------------------------------------------------------------------- /contributor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/contributor.jpg -------------------------------------------------------------------------------- /pictures/4keyboard/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/4keyboard/1.jpg -------------------------------------------------------------------------------- /pictures/4keyboard/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/4keyboard/title.png -------------------------------------------------------------------------------- /pictures/BST/BST_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/BST/BST_example.png -------------------------------------------------------------------------------- /pictures/BST/bst_deletion_case_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/BST/bst_deletion_case_1.png -------------------------------------------------------------------------------- /pictures/BST/bst_deletion_case_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/BST/bst_deletion_case_2.png -------------------------------------------------------------------------------- /pictures/BST/bst_deletion_case_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/BST/bst_deletion_case_3.png -------------------------------------------------------------------------------- /pictures/BST/假BST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/BST/假BST.png -------------------------------------------------------------------------------- /pictures/Chrome插件/baidumonkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/baidumonkey.png -------------------------------------------------------------------------------- /pictures/Chrome插件/baidu广告.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/baidu广告.png -------------------------------------------------------------------------------- /pictures/Chrome插件/csdnBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/csdnBlock.png -------------------------------------------------------------------------------- /pictures/Chrome插件/githubzip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/githubzip.png -------------------------------------------------------------------------------- /pictures/Chrome插件/listen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/listen1.png -------------------------------------------------------------------------------- /pictures/Chrome插件/monkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/monkey.png -------------------------------------------------------------------------------- /pictures/Chrome插件/oneTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/oneTab.png -------------------------------------------------------------------------------- /pictures/Chrome插件/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/pin.png -------------------------------------------------------------------------------- /pictures/Chrome插件/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/tree.png -------------------------------------------------------------------------------- /pictures/Chrome插件/youhou优化.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/Chrome插件/youhou优化.png -------------------------------------------------------------------------------- /pictures/LCS/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LCS/1.png -------------------------------------------------------------------------------- /pictures/LCS/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LCS/2.png -------------------------------------------------------------------------------- /pictures/LCS/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LCS/3.png -------------------------------------------------------------------------------- /pictures/LCS/dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LCS/dp.png -------------------------------------------------------------------------------- /pictures/LCS/lcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LCS/lcs.png -------------------------------------------------------------------------------- /pictures/LRU算法/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LRU算法/1.jpg -------------------------------------------------------------------------------- /pictures/LRU算法/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LRU算法/2.jpg -------------------------------------------------------------------------------- /pictures/LRU算法/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LRU算法/3.jpg -------------------------------------------------------------------------------- /pictures/LRU算法/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LRU算法/4.jpg -------------------------------------------------------------------------------- /pictures/LRU算法/put.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/LRU算法/put.jpg -------------------------------------------------------------------------------- /pictures/algo4/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/algo4/1.jpg -------------------------------------------------------------------------------- /pictures/algo4/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/algo4/2.jpg -------------------------------------------------------------------------------- /pictures/algo4/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/algo4/3.jpg -------------------------------------------------------------------------------- /pictures/algo4/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/algo4/title.png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image (1).png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image (2).png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image (3).png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image (4).png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image (5).png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image (6).png -------------------------------------------------------------------------------- /pictures/backtrack/ink-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/ink-image.png -------------------------------------------------------------------------------- /pictures/backtrack/nqueens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/nqueens.png -------------------------------------------------------------------------------- /pictures/backtrack/permutation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/permutation.png -------------------------------------------------------------------------------- /pictures/backtrack/代码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/代码.png -------------------------------------------------------------------------------- /pictures/backtrack/代码1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/代码1.png -------------------------------------------------------------------------------- /pictures/backtrack/代码2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/代码2.png -------------------------------------------------------------------------------- /pictures/backtrack/代码3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/代码3.png -------------------------------------------------------------------------------- /pictures/backtrack/全排列.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtrack/全排列.png -------------------------------------------------------------------------------- /pictures/backtracking/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/1.jpg -------------------------------------------------------------------------------- /pictures/backtracking/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/2.jpg -------------------------------------------------------------------------------- /pictures/backtracking/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/3.jpg -------------------------------------------------------------------------------- /pictures/backtracking/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/4.jpg -------------------------------------------------------------------------------- /pictures/backtracking/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/5.jpg -------------------------------------------------------------------------------- /pictures/backtracking/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/6.jpg -------------------------------------------------------------------------------- /pictures/backtracking/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/backtracking/7.jpg -------------------------------------------------------------------------------- /pictures/calculator/1.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/1.1.jpg -------------------------------------------------------------------------------- /pictures/calculator/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/1.jpg -------------------------------------------------------------------------------- /pictures/calculator/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/2.jpg -------------------------------------------------------------------------------- /pictures/calculator/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/3.jpg -------------------------------------------------------------------------------- /pictures/calculator/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/4.jpg -------------------------------------------------------------------------------- /pictures/calculator/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/5.jpg -------------------------------------------------------------------------------- /pictures/calculator/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/calculator/6.jpg -------------------------------------------------------------------------------- /pictures/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/cover.jpg -------------------------------------------------------------------------------- /pictures/dupmissing/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/dupmissing/1.gif -------------------------------------------------------------------------------- /pictures/dupmissing/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/dupmissing/2.jpg -------------------------------------------------------------------------------- /pictures/dupmissing/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/dupmissing/3.jpg -------------------------------------------------------------------------------- /pictures/editDistance/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/1.jpg -------------------------------------------------------------------------------- /pictures/editDistance/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/2.jpg -------------------------------------------------------------------------------- /pictures/editDistance/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/3.jpg -------------------------------------------------------------------------------- /pictures/editDistance/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/4.jpg -------------------------------------------------------------------------------- /pictures/editDistance/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/5.jpg -------------------------------------------------------------------------------- /pictures/editDistance/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/6.jpg -------------------------------------------------------------------------------- /pictures/editDistance/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/delete.gif -------------------------------------------------------------------------------- /pictures/editDistance/dp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/dp.jpg -------------------------------------------------------------------------------- /pictures/editDistance/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/edit.gif -------------------------------------------------------------------------------- /pictures/editDistance/insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/insert.gif -------------------------------------------------------------------------------- /pictures/editDistance/replace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/replace.gif -------------------------------------------------------------------------------- /pictures/editDistance/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/editDistance/title.png -------------------------------------------------------------------------------- /pictures/floodfill/floodfill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/floodfill.gif -------------------------------------------------------------------------------- /pictures/floodfill/floodfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/floodfill.png -------------------------------------------------------------------------------- /pictures/floodfill/leetcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/leetcode.png -------------------------------------------------------------------------------- /pictures/floodfill/ppt1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/ppt1.PNG -------------------------------------------------------------------------------- /pictures/floodfill/ppt2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/ppt2.PNG -------------------------------------------------------------------------------- /pictures/floodfill/ppt3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/ppt3.PNG -------------------------------------------------------------------------------- /pictures/floodfill/ppt4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/ppt4.PNG -------------------------------------------------------------------------------- /pictures/floodfill/ppt5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/ppt5.PNG -------------------------------------------------------------------------------- /pictures/floodfill/xiaoxiaole.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/xiaoxiaole.jpg -------------------------------------------------------------------------------- /pictures/floodfill/扫雷.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/扫雷.png -------------------------------------------------------------------------------- /pictures/floodfill/抠图.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/抠图.jpeg -------------------------------------------------------------------------------- /pictures/floodfill/抠图.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/floodfill/抠图.jpg -------------------------------------------------------------------------------- /pictures/group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/group.jpg -------------------------------------------------------------------------------- /pictures/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/header.jpg -------------------------------------------------------------------------------- /pictures/heap/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/heap/1.png -------------------------------------------------------------------------------- /pictures/heap/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/heap/delete.gif -------------------------------------------------------------------------------- /pictures/heap/insert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/heap/insert.gif -------------------------------------------------------------------------------- /pictures/heap/sink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/heap/sink.gif -------------------------------------------------------------------------------- /pictures/heap/swim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/heap/swim.gif -------------------------------------------------------------------------------- /pictures/intersection/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/intersection/1.jpg -------------------------------------------------------------------------------- /pictures/intersection/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/intersection/2.jpg -------------------------------------------------------------------------------- /pictures/intersection/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/intersection/3.jpg -------------------------------------------------------------------------------- /pictures/intersection/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/intersection/4.gif -------------------------------------------------------------------------------- /pictures/intersection/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/intersection/title.png -------------------------------------------------------------------------------- /pictures/interval/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/interval/1.gif -------------------------------------------------------------------------------- /pictures/interval/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/interval/2.jpg -------------------------------------------------------------------------------- /pictures/interval/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/interval/3.jpg -------------------------------------------------------------------------------- /pictures/interval/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/interval/4.jpg -------------------------------------------------------------------------------- /pictures/interval/title1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/interval/title1.png -------------------------------------------------------------------------------- /pictures/interval/title2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/interval/title2.png -------------------------------------------------------------------------------- /pictures/kgroup/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/1.jpg -------------------------------------------------------------------------------- /pictures/kgroup/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/2.jpg -------------------------------------------------------------------------------- /pictures/kgroup/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/3.jpg -------------------------------------------------------------------------------- /pictures/kgroup/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/4.jpg -------------------------------------------------------------------------------- /pictures/kgroup/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/5.jpg -------------------------------------------------------------------------------- /pictures/kgroup/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/6.jpg -------------------------------------------------------------------------------- /pictures/kgroup/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/7.jpg -------------------------------------------------------------------------------- /pictures/kgroup/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/8.gif -------------------------------------------------------------------------------- /pictures/kgroup/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kgroup/title.png -------------------------------------------------------------------------------- /pictures/kmp/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/1.gif -------------------------------------------------------------------------------- /pictures/kmp/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/2.gif -------------------------------------------------------------------------------- /pictures/kmp/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/3.gif -------------------------------------------------------------------------------- /pictures/kmp/A.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/A.gif -------------------------------------------------------------------------------- /pictures/kmp/allstate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/allstate.jpg -------------------------------------------------------------------------------- /pictures/kmp/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/back.jpg -------------------------------------------------------------------------------- /pictures/kmp/dfa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/dfa.gif -------------------------------------------------------------------------------- /pictures/kmp/exp1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp1.jpg -------------------------------------------------------------------------------- /pictures/kmp/exp2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp2.jpg -------------------------------------------------------------------------------- /pictures/kmp/exp3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp3.jpg -------------------------------------------------------------------------------- /pictures/kmp/exp4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp4.jpg -------------------------------------------------------------------------------- /pictures/kmp/exp5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp5.jpg -------------------------------------------------------------------------------- /pictures/kmp/exp6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp6.jpg -------------------------------------------------------------------------------- /pictures/kmp/exp7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/exp7.jpg -------------------------------------------------------------------------------- /pictures/kmp/forward.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/forward.jpg -------------------------------------------------------------------------------- /pictures/kmp/kmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/kmp.gif -------------------------------------------------------------------------------- /pictures/kmp/shadow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/shadow.jpg -------------------------------------------------------------------------------- /pictures/kmp/shadow1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/shadow1.jpg -------------------------------------------------------------------------------- /pictures/kmp/shadow2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/shadow2.jpg -------------------------------------------------------------------------------- /pictures/kmp/state.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/state.jpg -------------------------------------------------------------------------------- /pictures/kmp/state2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/state2.jpg -------------------------------------------------------------------------------- /pictures/kmp/state4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/state4.jpg -------------------------------------------------------------------------------- /pictures/kmp/txt1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/txt1.jpg -------------------------------------------------------------------------------- /pictures/kmp/txt2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/txt2.jpg -------------------------------------------------------------------------------- /pictures/kmp/txt3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/txt3.jpg -------------------------------------------------------------------------------- /pictures/kmp/txt4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/txt4.jpg -------------------------------------------------------------------------------- /pictures/kmp/z.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/kmp/z.jpg -------------------------------------------------------------------------------- /pictures/labuladong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/labuladong.png -------------------------------------------------------------------------------- /pictures/linux-fs/application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/application.png -------------------------------------------------------------------------------- /pictures/linux-fs/apt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/apt.png -------------------------------------------------------------------------------- /pictures/linux-fs/bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/bin.png -------------------------------------------------------------------------------- /pictures/linux-fs/boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/boot.png -------------------------------------------------------------------------------- /pictures/linux-fs/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/cpu.png -------------------------------------------------------------------------------- /pictures/linux-fs/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/desktop.png -------------------------------------------------------------------------------- /pictures/linux-fs/dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/dev.png -------------------------------------------------------------------------------- /pictures/linux-fs/etc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/etc.png -------------------------------------------------------------------------------- /pictures/linux-fs/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/home.png -------------------------------------------------------------------------------- /pictures/linux-fs/linux-filesystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/linux-filesystem.png -------------------------------------------------------------------------------- /pictures/linux-fs/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/log.png -------------------------------------------------------------------------------- /pictures/linux-fs/opt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/opt.png -------------------------------------------------------------------------------- /pictures/linux-fs/proc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/proc.png -------------------------------------------------------------------------------- /pictures/linux-fs/root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/root.png -------------------------------------------------------------------------------- /pictures/linux-fs/sbin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/sbin.png -------------------------------------------------------------------------------- /pictures/linux-fs/tmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/tmp.png -------------------------------------------------------------------------------- /pictures/linux-fs/usr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/usr.png -------------------------------------------------------------------------------- /pictures/linux-fs/usrbin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linux-fs/usrbin.png -------------------------------------------------------------------------------- /pictures/linuxProcess/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/1.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/2.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/3.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/4.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/5.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/6.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/7.jpg -------------------------------------------------------------------------------- /pictures/linuxProcess/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxProcess/8.jpg -------------------------------------------------------------------------------- /pictures/linuxshell/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/linuxshell/1.png -------------------------------------------------------------------------------- /pictures/mergeInterval/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/mergeInterval/1.jpg -------------------------------------------------------------------------------- /pictures/mergeInterval/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/mergeInterval/2.jpg -------------------------------------------------------------------------------- /pictures/mergeInterval/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/mergeInterval/3.gif -------------------------------------------------------------------------------- /pictures/mergeInterval/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/mergeInterval/title.png -------------------------------------------------------------------------------- /pictures/online/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/1.png -------------------------------------------------------------------------------- /pictures/online/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/10.png -------------------------------------------------------------------------------- /pictures/online/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/11.png -------------------------------------------------------------------------------- /pictures/online/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/2.png -------------------------------------------------------------------------------- /pictures/online/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/3.png -------------------------------------------------------------------------------- /pictures/online/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/4.png -------------------------------------------------------------------------------- /pictures/online/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/5.png -------------------------------------------------------------------------------- /pictures/online/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/6.png -------------------------------------------------------------------------------- /pictures/online/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/7.png -------------------------------------------------------------------------------- /pictures/online/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/8.png -------------------------------------------------------------------------------- /pictures/online/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/online/9.png -------------------------------------------------------------------------------- /pictures/others/leetcode.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/others/leetcode.jpeg -------------------------------------------------------------------------------- /pictures/pancakeSort/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/pancakeSort/1.jpg -------------------------------------------------------------------------------- /pictures/pancakeSort/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/pancakeSort/2.png -------------------------------------------------------------------------------- /pictures/pancakeSort/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/pancakeSort/3.jpg -------------------------------------------------------------------------------- /pictures/pancakeSort/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/pancakeSort/4.jpg -------------------------------------------------------------------------------- /pictures/pancakeSort/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/pancakeSort/title.png -------------------------------------------------------------------------------- /pictures/pay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/pay.jpg -------------------------------------------------------------------------------- /pictures/plugin/chrome.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/chrome.gif -------------------------------------------------------------------------------- /pictures/plugin/chrome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/chrome.jpg -------------------------------------------------------------------------------- /pictures/plugin/jetbrain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/jetbrain.gif -------------------------------------------------------------------------------- /pictures/plugin/jetbrain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/jetbrain.jpg -------------------------------------------------------------------------------- /pictures/plugin/vscode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/vscode.gif -------------------------------------------------------------------------------- /pictures/plugin/vscode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/vscode.jpg -------------------------------------------------------------------------------- /pictures/plugin/全家桶.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/plugin/全家桶.jpg -------------------------------------------------------------------------------- /pictures/prime/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/prime/1.gif -------------------------------------------------------------------------------- /pictures/qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/qrcode.jpg -------------------------------------------------------------------------------- /pictures/redis入侵/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/redis入侵/1.png -------------------------------------------------------------------------------- /pictures/redis入侵/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/redis入侵/2.png -------------------------------------------------------------------------------- /pictures/redis入侵/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/redis入侵/3.png -------------------------------------------------------------------------------- /pictures/redis入侵/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/redis入侵/4.png -------------------------------------------------------------------------------- /pictures/redis入侵/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/redis入侵/5.png -------------------------------------------------------------------------------- /pictures/redis入侵/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/redis入侵/6.png -------------------------------------------------------------------------------- /pictures/robber/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/robber/1.jpg -------------------------------------------------------------------------------- /pictures/robber/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/robber/2.jpg -------------------------------------------------------------------------------- /pictures/robber/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/robber/3.jpg -------------------------------------------------------------------------------- /pictures/robber/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/robber/title.png -------------------------------------------------------------------------------- /pictures/robber/title1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/robber/title1.png -------------------------------------------------------------------------------- /pictures/session/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/session/1.png -------------------------------------------------------------------------------- /pictures/session/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/session/2.png -------------------------------------------------------------------------------- /pictures/session/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/session/3.png -------------------------------------------------------------------------------- /pictures/session/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/session/4.jpg -------------------------------------------------------------------------------- /pictures/souyisou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/souyisou.png -------------------------------------------------------------------------------- /pictures/souyisou2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/souyisou2.png -------------------------------------------------------------------------------- /pictures/unionfind/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/1.jpg -------------------------------------------------------------------------------- /pictures/unionfind/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/2.jpg -------------------------------------------------------------------------------- /pictures/unionfind/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/3.jpg -------------------------------------------------------------------------------- /pictures/unionfind/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/4.jpg -------------------------------------------------------------------------------- /pictures/unionfind/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/5.jpg -------------------------------------------------------------------------------- /pictures/unionfind/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/6.jpg -------------------------------------------------------------------------------- /pictures/unionfind/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/7.jpg -------------------------------------------------------------------------------- /pictures/unionfind/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/8.jpg -------------------------------------------------------------------------------- /pictures/unionfind/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind/9.gif -------------------------------------------------------------------------------- /pictures/unionfind应用/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind应用/1.jpg -------------------------------------------------------------------------------- /pictures/unionfind应用/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind应用/2.jpg -------------------------------------------------------------------------------- /pictures/unionfind应用/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/unionfind应用/3.jpg -------------------------------------------------------------------------------- /pictures/youtube/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/youtube/1.png -------------------------------------------------------------------------------- /pictures/youtube/1573133096614.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/youtube/1573133096614.jpeg -------------------------------------------------------------------------------- /pictures/youtube/1573133131308.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/youtube/1573133131308.jpeg -------------------------------------------------------------------------------- /pictures/youtube/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/youtube/2.jpg -------------------------------------------------------------------------------- /pictures/youtube/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/youtube/3.jpg -------------------------------------------------------------------------------- /pictures/youtube/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/youtube/4.jpg -------------------------------------------------------------------------------- /pictures/二分应用/title1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分应用/title1.png -------------------------------------------------------------------------------- /pictures/二分应用/title2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分应用/title2.png -------------------------------------------------------------------------------- /pictures/二分查找/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/1.jpg -------------------------------------------------------------------------------- /pictures/二分查找/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/2.jpg -------------------------------------------------------------------------------- /pictures/二分查找/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/3.jpg -------------------------------------------------------------------------------- /pictures/二分查找/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/4.jpg -------------------------------------------------------------------------------- /pictures/二分查找/binarySearch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/binarySearch1.png -------------------------------------------------------------------------------- /pictures/二分查找/binarySearch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/binarySearch2.png -------------------------------------------------------------------------------- /pictures/二分查找/poem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/二分查找/poem.png -------------------------------------------------------------------------------- /pictures/位操作/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/位操作/1.png -------------------------------------------------------------------------------- /pictures/位操作/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/位操作/title.png -------------------------------------------------------------------------------- /pictures/信封嵌套/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/信封嵌套/0.jpg -------------------------------------------------------------------------------- /pictures/信封嵌套/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/信封嵌套/1.jpg -------------------------------------------------------------------------------- /pictures/信封嵌套/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/信封嵌套/2.jpg -------------------------------------------------------------------------------- /pictures/信封嵌套/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/信封嵌套/title.png -------------------------------------------------------------------------------- /pictures/全家桶.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/全家桶.jpg -------------------------------------------------------------------------------- /pictures/前缀和/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/前缀和/1.jpg -------------------------------------------------------------------------------- /pictures/前缀和/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/前缀和/2.jpg -------------------------------------------------------------------------------- /pictures/前缀和/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/前缀和/title.png -------------------------------------------------------------------------------- /pictures/动态规划详解/coindp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/coindp.png -------------------------------------------------------------------------------- /pictures/动态规划详解/coinfunc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/coinfunc.png -------------------------------------------------------------------------------- /pictures/动态规划详解/cointree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/cointree.png -------------------------------------------------------------------------------- /pictures/动态规划详解/fibdp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/fibdp.png -------------------------------------------------------------------------------- /pictures/动态规划详解/fibfunc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/fibfunc.png -------------------------------------------------------------------------------- /pictures/动态规划详解/fibmemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/fibmemo.png -------------------------------------------------------------------------------- /pictures/动态规划详解/fibtree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/fibtree.png -------------------------------------------------------------------------------- /pictures/动态规划详解/img_20190514_013033.441.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/img_20190514_013033.441.png -------------------------------------------------------------------------------- /pictures/动态规划详解/img_20190514_013830.397.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/img_20190514_013830.397.png -------------------------------------------------------------------------------- /pictures/动态规划详解/ink-image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/ink-image (1).png -------------------------------------------------------------------------------- /pictures/动态规划详解/ink-image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/ink-image (2).png -------------------------------------------------------------------------------- /pictures/动态规划详解/ink-image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/ink-image (3).png -------------------------------------------------------------------------------- /pictures/动态规划详解/ink-image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/ink-image (4).png -------------------------------------------------------------------------------- /pictures/动态规划详解/ink-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解/ink-image.png -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/1.jpg -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/2.jpg -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/3.jpg -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/4.jpg -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/5.jpg -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/6.jpg -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/coin.png -------------------------------------------------------------------------------- /pictures/动态规划详解进阶/fib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/动态规划详解进阶/fib.png -------------------------------------------------------------------------------- /pictures/单调栈/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调栈/1.png -------------------------------------------------------------------------------- /pictures/单调栈/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调栈/2.png -------------------------------------------------------------------------------- /pictures/单调栈/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调栈/3.png -------------------------------------------------------------------------------- /pictures/单调队列/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调队列/1.png -------------------------------------------------------------------------------- /pictures/单调队列/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调队列/2.png -------------------------------------------------------------------------------- /pictures/单调队列/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调队列/3.png -------------------------------------------------------------------------------- /pictures/单调队列/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/单调队列/title.png -------------------------------------------------------------------------------- /pictures/博弈问题/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/博弈问题/1.png -------------------------------------------------------------------------------- /pictures/博弈问题/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/博弈问题/2.png -------------------------------------------------------------------------------- /pictures/博弈问题/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/博弈问题/3.png -------------------------------------------------------------------------------- /pictures/博弈问题/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/博弈问题/4.png -------------------------------------------------------------------------------- /pictures/双指针/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/双指针/1.png -------------------------------------------------------------------------------- /pictures/双指针/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/双指针/2.png -------------------------------------------------------------------------------- /pictures/双指针/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/双指针/3.png -------------------------------------------------------------------------------- /pictures/双指针/center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/双指针/center.png -------------------------------------------------------------------------------- /pictures/双指针/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/双指针/title.png -------------------------------------------------------------------------------- /pictures/反转链表/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/1.jpg -------------------------------------------------------------------------------- /pictures/反转链表/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/2.jpg -------------------------------------------------------------------------------- /pictures/反转链表/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/3.jpg -------------------------------------------------------------------------------- /pictures/反转链表/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/4.jpg -------------------------------------------------------------------------------- /pictures/反转链表/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/5.jpg -------------------------------------------------------------------------------- /pictures/反转链表/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/6.jpg -------------------------------------------------------------------------------- /pictures/反转链表/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/7.jpg -------------------------------------------------------------------------------- /pictures/反转链表/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/反转链表/title.png -------------------------------------------------------------------------------- /pictures/回文/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/回文/title.png -------------------------------------------------------------------------------- /pictures/回文链表/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/回文链表/1.gif -------------------------------------------------------------------------------- /pictures/回文链表/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/回文链表/1.jpg -------------------------------------------------------------------------------- /pictures/回文链表/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/回文链表/2.jpg -------------------------------------------------------------------------------- /pictures/回文链表/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/回文链表/3.jpg -------------------------------------------------------------------------------- /pictures/回文链表/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/回文链表/4.jpg -------------------------------------------------------------------------------- /pictures/子序列/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子序列/1.gif -------------------------------------------------------------------------------- /pictures/子序列/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子序列/1.jpg -------------------------------------------------------------------------------- /pictures/子序列/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子序列/2.gif -------------------------------------------------------------------------------- /pictures/子序列/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子序列/2.jpg -------------------------------------------------------------------------------- /pictures/子序列/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子序列/3.jpg -------------------------------------------------------------------------------- /pictures/子集/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子集/1.jpg -------------------------------------------------------------------------------- /pictures/子集/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子集/2.jpg -------------------------------------------------------------------------------- /pictures/子集/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/子集/3.jpg -------------------------------------------------------------------------------- /pictures/字符串乘法/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/字符串乘法/1.jpg -------------------------------------------------------------------------------- /pictures/字符串乘法/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/字符串乘法/2.jpg -------------------------------------------------------------------------------- /pictures/字符串乘法/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/字符串乘法/3.jpg -------------------------------------------------------------------------------- /pictures/字符串乘法/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/字符串乘法/4.gif -------------------------------------------------------------------------------- /pictures/字符串乘法/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/字符串乘法/6.jpg -------------------------------------------------------------------------------- /pictures/字符串乘法/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/字符串乘法/title.png -------------------------------------------------------------------------------- /pictures/密码技术/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/1.jpg -------------------------------------------------------------------------------- /pictures/密码技术/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/2.jpg -------------------------------------------------------------------------------- /pictures/密码技术/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/3.jpg -------------------------------------------------------------------------------- /pictures/密码技术/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/4.jpg -------------------------------------------------------------------------------- /pictures/密码技术/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/5.jpg -------------------------------------------------------------------------------- /pictures/密码技术/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/6.jpg -------------------------------------------------------------------------------- /pictures/密码技术/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/密码技术/7.jpg -------------------------------------------------------------------------------- /pictures/座位调度/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/1.jpg -------------------------------------------------------------------------------- /pictures/座位调度/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/2.jpg -------------------------------------------------------------------------------- /pictures/座位调度/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/3.jpg -------------------------------------------------------------------------------- /pictures/座位调度/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/4.jpg -------------------------------------------------------------------------------- /pictures/座位调度/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/5.jpg -------------------------------------------------------------------------------- /pictures/座位调度/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/6.jpg -------------------------------------------------------------------------------- /pictures/座位调度/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/座位调度/7.jpg -------------------------------------------------------------------------------- /pictures/扔鸡蛋/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/扔鸡蛋/1.jpg -------------------------------------------------------------------------------- /pictures/扔鸡蛋/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/扔鸡蛋/2.jpg -------------------------------------------------------------------------------- /pictures/扔鸡蛋/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/扔鸡蛋/3.jpg -------------------------------------------------------------------------------- /pictures/扔鸡蛋/dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/扔鸡蛋/dp.png -------------------------------------------------------------------------------- /pictures/接雨水/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/0.jpg -------------------------------------------------------------------------------- /pictures/接雨水/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/1.jpg -------------------------------------------------------------------------------- /pictures/接雨水/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/2.jpg -------------------------------------------------------------------------------- /pictures/接雨水/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/3.jpg -------------------------------------------------------------------------------- /pictures/接雨水/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/4.jpg -------------------------------------------------------------------------------- /pictures/接雨水/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/5.jpg -------------------------------------------------------------------------------- /pictures/接雨水/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/接雨水/title.png -------------------------------------------------------------------------------- /pictures/数组交换/ink-image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/数组交换/ink-image (1).png -------------------------------------------------------------------------------- /pictures/数组交换/ink-image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/数组交换/ink-image (2).png -------------------------------------------------------------------------------- /pictures/数组交换/ink-image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/数组交换/ink-image (3).png -------------------------------------------------------------------------------- /pictures/数组交换/ink-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/数组交换/ink-image.png -------------------------------------------------------------------------------- /pictures/最优子结构/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最优子结构/1.jpg -------------------------------------------------------------------------------- /pictures/最长回文子序列/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长回文子序列/1.jpg -------------------------------------------------------------------------------- /pictures/最长回文子序列/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长回文子序列/2.jpg -------------------------------------------------------------------------------- /pictures/最长回文子序列/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长回文子序列/3.jpg -------------------------------------------------------------------------------- /pictures/最长回文子序列/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长回文子序列/4.jpg -------------------------------------------------------------------------------- /pictures/最长回文子序列/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长回文子序列/5.jpg -------------------------------------------------------------------------------- /pictures/最长递增子序列/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/1.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/2.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/3.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/gif1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/gif1.gif -------------------------------------------------------------------------------- /pictures/最长递增子序列/gif2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/gif2.gif -------------------------------------------------------------------------------- /pictures/最长递增子序列/poker1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/poker1.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/poker2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/poker2.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/poker3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/poker3.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/poker4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/poker4.jpeg -------------------------------------------------------------------------------- /pictures/最长递增子序列/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/最长递增子序列/title.png -------------------------------------------------------------------------------- /pictures/有序数组去重/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/有序数组去重/1.gif -------------------------------------------------------------------------------- /pictures/有序数组去重/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/有序数组去重/2.gif -------------------------------------------------------------------------------- /pictures/有序数组去重/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/有序数组去重/title.png -------------------------------------------------------------------------------- /pictures/栈队列/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/栈队列/1.jpg -------------------------------------------------------------------------------- /pictures/栈队列/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/栈队列/2.jpg -------------------------------------------------------------------------------- /pictures/栈队列/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/栈队列/3.jpg -------------------------------------------------------------------------------- /pictures/栈队列/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/栈队列/4.jpg -------------------------------------------------------------------------------- /pictures/栈队列/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/栈队列/5.jpg -------------------------------------------------------------------------------- /pictures/栈队列/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/栈队列/6.jpg -------------------------------------------------------------------------------- /pictures/概率问题/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/概率问题/p.png -------------------------------------------------------------------------------- /pictures/概率问题/sanmen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/概率问题/sanmen.png -------------------------------------------------------------------------------- /pictures/概率问题/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/概率问题/tree.png -------------------------------------------------------------------------------- /pictures/正则/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/正则/1.jpeg -------------------------------------------------------------------------------- /pictures/正则/2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/正则/2.jpeg -------------------------------------------------------------------------------- /pictures/正则/3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/正则/3.jpeg -------------------------------------------------------------------------------- /pictures/正则/4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/正则/4.jpeg -------------------------------------------------------------------------------- /pictures/正则/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/正则/example.png -------------------------------------------------------------------------------- /pictures/正则/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/正则/title.png -------------------------------------------------------------------------------- /pictures/洗牌算法/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/洗牌算法/1.png -------------------------------------------------------------------------------- /pictures/洗牌算法/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/洗牌算法/2.png -------------------------------------------------------------------------------- /pictures/洗牌算法/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/洗牌算法/3.png -------------------------------------------------------------------------------- /pictures/洗牌算法/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/洗牌算法/4.png -------------------------------------------------------------------------------- /pictures/洗牌算法/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/洗牌算法/5.jpg -------------------------------------------------------------------------------- /pictures/洗牌算法/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/洗牌算法/6.png -------------------------------------------------------------------------------- /pictures/滑动窗口/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/0.png -------------------------------------------------------------------------------- /pictures/滑动窗口/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/1.png -------------------------------------------------------------------------------- /pictures/滑动窗口/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/2.png -------------------------------------------------------------------------------- /pictures/滑动窗口/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/3.png -------------------------------------------------------------------------------- /pictures/滑动窗口/title1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/title1.png -------------------------------------------------------------------------------- /pictures/滑动窗口/title2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/title2.png -------------------------------------------------------------------------------- /pictures/滑动窗口/title3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/滑动窗口/title3.png -------------------------------------------------------------------------------- /pictures/缺失元素/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/缺失元素/1.jpg -------------------------------------------------------------------------------- /pictures/缺失元素/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/缺失元素/2.jpg -------------------------------------------------------------------------------- /pictures/缺失元素/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/缺失元素/3.jpg -------------------------------------------------------------------------------- /pictures/缺失元素/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/缺失元素/title.png -------------------------------------------------------------------------------- /pictures/缺失元素/xor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/缺失元素/xor.png -------------------------------------------------------------------------------- /pictures/股票问题/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/股票问题/1.png -------------------------------------------------------------------------------- /pictures/股票问题/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/股票问题/title.png -------------------------------------------------------------------------------- /pictures/设计Twitter/design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/设计Twitter/design.png -------------------------------------------------------------------------------- /pictures/设计Twitter/merge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/设计Twitter/merge.gif -------------------------------------------------------------------------------- /pictures/设计Twitter/tweet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/设计Twitter/tweet.jpg -------------------------------------------------------------------------------- /pictures/设计Twitter/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/pictures/设计Twitter/user.jpg -------------------------------------------------------------------------------- /starHistory.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/starHistory.jpg -------------------------------------------------------------------------------- /starHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanveerpot/fucking-algorithm/64d3b3508d7edb7210f6558f37a1f36e95627997/starHistory.png -------------------------------------------------------------------------------- /动态规划系列/LCS.md: -------------------------------------------------------------------------------- 1 | # 详解最长公共子序列问题,秒杀三道动态规划题目 2 | 3 |
9 | 10 |  11 | 12 | **通知:[数据结构精品课](https://aep.h5.xeknow.com/s/1XJHEO) 和 [递归算法专题课](https://aep.xet.tech/s/3YGcq3) 限时附赠网站会员,全新纸质书[《labuladong 的算法笔记》](https://labuladong.gitee.io/algo/images/book/book_intro_qrcode.jpg) 出版,签名版限时半价!另外,建议你在我的 [网站](https://labuladong.github.io/algo/) 学习文章,体验更好。** 13 | 14 | 15 | 16 | 读完本文,你不仅学会了算法套路,还可以顺便解决如下题目: 17 | 18 | | LeetCode | 力扣 | 难度 | 19 | | :----: | :----: | :----: | 20 | | [1143. Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence/) | [1143. 最长公共子序列](https://leetcode.cn/problems/longest-common-subsequence/) | 🟠 21 | | [583. Delete Operation for Two Strings](https://leetcode.com/problems/delete-operation-for-two-strings/) | [583. 两个字符串的删除操作](https://leetcode.cn/problems/delete-operation-for-two-strings/) | 🟠 22 | | [712. Minimum ASCII Delete Sum for Two Strings](https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings/) | [712. 两个字符串的最小ASCII删除和](https://leetcode.cn/problems/minimum-ascii-delete-sum-for-two-strings/) | 🟠 23 | | - | [剑指 Offer II 095. 最长公共子序列](https://leetcode.cn/problems/qJnOS7/) | 🟠 24 | 25 | **-----------** 26 | 27 | 不知道大家做算法题有什么感觉,**我总结出来做算法题的技巧就是,把大的问题细化到一个点,先研究在这个小的点上如何解决问题,然后再通过递归/迭代的方式扩展到整个问题**。 28 | 29 | 比如说我们前文 [手把手带你刷二叉树第三期](https://labuladong.github.io/article/fname.html?fname=二叉树系列3),解决二叉树的题目,我们就会把整个问题细化到某一个节点上,想象自己站在某个节点上,需要做什么,然后套二叉树递归框架就行了。 30 | 31 | 动态规划系列问题也是一样,尤其是子序列相关的问题。**本文从「最长公共子序列问题」展开,总结三道子序列问题**,解这道题仔细讲讲这种子序列问题的套路,你就能感受到这种思维方式了。 32 | 33 | ### 最长公共子序列 34 | 35 | 计算最长公共子序列(Longest Common Subsequence,简称 LCS)是一道经典的动态规划题目,力扣第 1143 题「最长公共子序列」就是这个问题: 36 | 37 | 给你输入两个字符串 `s1` 和 `s2`,请你找出他们俩的最长公共子序列,返回这个子序列的长度。函数签名如下: 38 | 39 | 40 | ```java 41 | int longestCommonSubsequence(String s1, String s2); 42 | ``` 43 | 44 | 比如说输入 `s1 = "zabcde", s2 = "acez"`,它俩的最长公共子序列是 `lcs = "ace"`,长度为 3,所以算法返回 3。 45 | 46 | 如果没有做过这道题,一个最简单的暴力算法就是,把 `s1` 和 `s2` 的所有子序列都穷举出来,然后看看有没有公共的,然后在所有公共子序列里面再寻找一个长度最大的。 47 | 48 | 显然,这种思路的复杂度非常高,你要穷举出所有子序列,这个复杂度就是指数级的,肯定不实际。 49 | 50 | 正确的思路是不要考虑整个字符串,而是细化到 `s1` 和 `s2` 的每个字符。前文 [子序列解题模板](https://labuladong.github.io/article/fname.html?fname=子序列问题模板) 中总结的一个规律: 51 | 52 | 53 | 54 |