# Code **Repository Path**: hewie/Code ## Basic Information - **Project Name**: Code - **Description**: 面试高频算法题总结,个人博客 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/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)