Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Miller-Xie/Code

面试高频算法题总结,个人博客
https://github.com/Miller-Xie/Code

Last synced: 2 months ago
JSON representation

面试高频算法题总结,个人博客

Awesome Lists containing this project

README

        

# Coding总结

* [Algorithm](https://github.com/xcg1995/Code/tree/master/Algorithm) (`常用算法的代码练习,包括排序、dp、贪心等`)

* [剑指offer题解](https://github.com/Making-It/Code/blob/master/%E5%89%91%E6%8C%87Offer%E9%A2%98%E8%A7%A3/%E5%89%91%E6%8C%87Offer.md)

* [LeetCode题解](https://github.com/xcg1995/Code/tree/master/LeetCode)
* **数据结构**
* [数组](https://github.com/xcg1995/Code/blob/master/LeetCode/数组.md)
* [字符串](https://github.com/xcg1995/Code/blob/master/LeetCode/字符串.md)
* [链表](https://github.com/xcg1995/Code/blob/master/LeetCode/链表.md)
* [栈和队列](https://github.com/xcg1995/Code/blob/master/LeetCode/栈和队列.md)
* [二叉树](https://github.com/xcg1995/Code/blob/master/LeetCode/二叉树.md)
* [图](https://github.com/xcg1995/Code/blob/master/LeetCode/图.md)
* [堆](https://github.com/xcg1995/Code/blob/master/LeetCode/堆.md)
* [线段树](https://github.com/xcg1995/Code/blob/master/LeetCode/线段树.md)
* [字典树](https://github.com/xcg1995/Code/blob/master/LeetCode/字典树.md)
* [单调栈](https://github.com/xcg1995/Code/blob/master/LeetCode/单调栈.md)
* **算法**
* [二分查找](https://github.com/xcg1995/Code/blob/master/LeetCode/二分查找.md)
* [排序](https://github.com/xcg1995/Code/blob/master/LeetCode/排序.md)
* [递归](https://github.com/Miller-Xie/Code/blob/master/LeetCode/%E9%80%92%E5%BD%92.md)
* [动态规划](https://github.com/xcg1995/Code/blob/master/LeetCode/动态规划.md)
* [分治](https://github.com/Miller-Xie/Code/blob/master/LeetCode/%E5%88%86%E6%B2%BB.md)
* [记忆化搜索](https://github.com/Miller-Xie/Code/blob/master/LeetCode/%E8%AE%B0%E5%BF%86%E5%8C%96%E6%90%9C%E7%B4%A2.md)
* [贪心](https://github.com/xcg1995/Code/blob/master/LeetCode/贪心.md)
* [回溯](https://github.com/xcg1995/Code/blob/master/LeetCode/回溯.md)
* [位运算](https://github.com/Making-It/Code/blob/master/LeetCode/位运算.md)
* [数学](https://github.com/xcg1995/Code/blob/master/LeetCode/数学.md)
* [设计](https://github.com/xcg1995/Code/blob/master/LeetCode/设计.md)
* [其他](https://github.com/xcg1995/Code/blob/master/LeetCode/其他.md)
* **数据库**
* [mysql](https://github.com/xcg1995/Code/blob/master/LeetCode/数据库.md)