Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Miller-Xie/Code
面试高频算法题总结,个人博客
https://github.com/Miller-Xie/Code
Last synced: 2 months ago
JSON representation
面试高频算法题总结,个人博客
- Host: GitHub
- URL: https://github.com/Miller-Xie/Code
- Owner: Miller-Xie
- Created: 2018-12-12T02:20:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T10:56:22.000Z (about 1 year ago)
- Last Synced: 2024-10-30T02:25:11.876Z (2 months ago)
- Language: C++
- Homepage: https://blog.csdn.net/xie810005152
- Size: 258 MB
- Stars: 1,115
- Watchers: 25
- Forks: 274
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - Miller-Xie/Code - 12 star:1.1k fork:0.3k 面试高频算法题总结,个人博客 (C++)
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)