用不同语言编写的数据结构和算法的简洁示例实现 https://github.com/VAR-solutions/Algorithms
算法可视化工具。你可以自由选择自己想学习的算法,每个算法它都清晰描绘了其原理和运作过程 https://github.com/algorithm-visualizer/algorithm-visualizer
C/C++ /Python/Go/JS/Java多语言LeetCode解题参考 https://github.com/luliyucoordinate/Leetcode
免费书“动手解决算法问题” https://github.com/liyin2015/Algorithms-and-Coding-Interviews
https://mp.weixin.qq.com/s/fIRW0z-AMwFwsvC8hvYnYg
【旅行商问题解决算法可视化】’Traveling Salesman Problem - Visualization of algorithms for solving the traveling salesman problem' https://github.com/jhackshaw/tspvis
算法和编程面试题精选TOP50!(附代码+解题思路+答案) https://mp.weixin.qq.com/s/ABSgO36dGLa1_d5daN2c8A
【Leetcode 的 Python 参考方案/解析】’ Leetcode Python Solution and Explanation. Also a Guide to Prepare for Software Engineer Interview.' https://github.com/wuduhren/leetcode-python
《算法导论(第三版)》习题与问题 https://github.com/CyberZHG/CLRS
《五大常用算法之二:动态规划算法》动态规划过程是:每次决策依赖于当前状态,又随即引起状态的转移。一个决策序列就是在变化的状态中产生出来的,所以,这种多阶段最优化决策解决问题的过程就称为动态规划。 https://mp.weixin.qq.com/s/A0lPQ7wNBJn-MeIbLVvLcA
面试官最喜爱的TopK问题算法详解 https://zhuanlan.zhihu.com/p/76734219
白话讲解遗传算法》 https://mp.weixin.qq.com/s/VKU7UQ2iYzGfnbk41ltdBA
峰值检测算法Python实现 https://github.com/MonsieurV/py-findpeaks
如何用一行代码解决约瑟夫环问题 https://mp.weixin.qq.com/s/xBiQHKdSop1HzKTF7EVhCQ
算法面试中的趣味题目(附答案分享) https://mp.weixin.qq.com/s/m93dlWkikxuxY4PnwVYwow
算法/深度学习/NLP面试笔记 - 2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记 https://github.com/DarLiner/Algorithm_Interview_Notes-Chinese
GitHub 上开源的一份非常棒的正则教程,每个知识点提供一个通俗易懂的例子说明。 https://github.com/ziishaned/learn-regex/blob/master/translations/README-cn.md
https://github.com/yogykwan/acm-challenge-workbook
用Jupyter Notebooks编写、分享算法分析的十条简单规则 https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007007
百道算法面试题集锦!Python 实现,含华为、BAT 等校招真题 https://redstonewill.com/2134/
图解:什么是 BF 算法 ? https://mp.weixin.qq.com/s/DnjLeZbdhSbSLj6phPXwhQ
很全面的算法和数据结构知识 https://github.com/kdn251/interviews https://mp.weixin.qq.com/s/pkjgL4St2gwPZcinkHfx8Q
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现 awesome-algorithm:Leetcode 题解及经典算法实现,实现语言包含 Python、Java、C++、JS https://github.com/apachecn/awesome-algorithm
这可能是史上最全的 Python 算法集(建议收藏) https://mp.weixin.qq.com/s/S6C1egxDWxCSjjGulruFYA
图的基本概念以及Python实例分析 https://mp.weixin.qq.com/s/zOdy-1vCJD_dPFSoe0ELFA
GIF 动图让你弄懂递归等概念 https://mp.weixin.qq.com/s/iG7FxmM6Sqxt2HW-yKyKxw
游戏中的敏感词过滤算法如何实现的? https://mp.weixin.qq.com/s/HVUmlUbhDT4IObIKRCIydw
程序员必须掌握哪些算法? https://www.zhihu.com/question/23148377/answer/714596562
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总 https://github.com/0voice/interview_internal_reference
数据结构和算法必知必会的 50 个代码实现 https://github.com/wangzheng0822/algo
各种基础算法、数据结构的 C 语言实现 https://github.com/TheAlgorithms/C
必知必会的数据结构和算法代码答案(多种编程语言) https://github.com/wangzheng0822/algo
麻省理工学院的课程6.851《高级数据结构》,是《算法导论》的姊妹篇。 https://courses.csail.mit.edu/6.851/fall17/
用动画的形式呈现解LeetCode题目的思路 https://github.com/MisterBooo/LeetCodeAnimation
Github 标星近 4w,热榜第一,如何用 Python 实现所有算法 https://github.com/TheAlgorithms/Python
数据结构与算法/leetcode/lintcode题解 https://github.com/billryan/algorithm-exercise
零公式透彻理解马尔可夫链蒙特卡洛方法 https://bigquant.com/community/t/topic/129052?weibo&181205&L1
算法相关知识储备 - 来源 leetCode 和 其他算法书 https://github.com/HuberTRoy/leetCode
【漫画】以后在有面试官问你AVL树,你就把这篇文章扔给他 https://mp.weixin.qq.com/s/X-HSkw1DWdGp5sdcCoNXKg
C/C++面试知识总结 https://github.com/huihut/interview
GitHub星数13200!用Python实现所有排序算法的开源项目 https://bigquant.com/community/t/topic/127141
收集了许多基于 Python 实现的算法 https://github.com/TheAlgorithms/Python
LeetCode 题解项目 https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457915233&idx=1&sn=e18662a582d6159a0b8374f2851c6b65&chksm=8cb6aa8bbbc1239d6eea5d6dc4e556b933c1577d763bc7ef6f58d8f23a0ebafeaddb62ccb170&token=981010234&lang=zh_CN#rd https://github.com/haoel/leetcode https://github.com/qiyuangong/leetcode
Daily-Interview-Question 每天一道前端大厂面试题,让你时刻保持危机感,不断精进自己的技能 https://github.com/Advanced-Frontend/Daily-Interview-Question
【AI 落地思考集】’Shift AI models to real world products' https://lonelygo.gitbook.io/shift-ai-models-to-real-world-products/
算法工程师面试题整理' https://github.com/PPshrimpGo/AIinterview