# 前端算法渣的救赎之路
# 前言
首先这是一份 面向面试 的算法题,题目主要选自 leetcode 中 hot 100 | 腾讯精选50题 | 精选Top面试题 | 剑指offer | 面试中遇到的一些算法题 ,全文 122 题,基本涵盖了前端面试中的算法题分类。因为个人能力有限,所以题目几乎是easy | mid,并且搬运了一些优秀的题解均在参考文献中。如果对你有帮助的话 点个👍和收藏吧❤️。
# 目录
- 动态规划 (opens new window)
 - 贪心 (opens new window)
 - 二分法 (opens new window)
 - 回溯 (opens new window)
 - 排序 (opens new window)
 - 并查集 (opens new window)
 - 拓扑排序
 - 位运算
 - 双指针 (opens new window)
 - 矩阵 (opens new window)
 - 二叉树 (opens new window)
 - 哈希表 (opens new window)
 - 栈和队列 (opens new window)
 - 链表 (opens new window)
 - 字符串 (opens new window)