# Algorithm_for_Interview-Chinese **Repository Path**: emcdesign/Algorithm_for_Interview-Chinese ## Basic Information - **Project Name**: Algorithm_for_Interview-Chinese - **Description**: Algorithm for Interview(面试算法笔记-中文) - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 面试算法/数据结构笔记 === 说明 --- - 秋招紧迫,已经没有时间一道道题整理了,因此本仓库只记录了需要调试的部分问题 - 为了方便浏览,更多的问题将直接把**思路**和**代码**贴在该仓库的[**算法**](https://github.com/imhuay/Interview_Notes-Chinese/tree/master/算法)一栏中 - [题解-剑指Offer.md](https://github.com/imhuay/Interview_Notes-Chinese/blob/master/算法/题解-剑指Offer.md) - [题解-LeetCode.md](https://github.com/imhuay/Interview_Notes-Chinese/blob/master/算法/题解-LeetCode.md) - [专题-动态规划.md](https://github.com/imhuay/Interview_Notes-Chinese/blob/master/算法/专题-动态规划.md) - ... ### RoadMap - [_笔试](./Algorithm_for_Interview/_笔试) - [拼多多180722](./Algorithm_for_Interview/_笔试/拼多多180722) - [_cpp回顾](./Algorithm_for_Interview/_cpp回顾) - [STL容器](./Algorithm_for_Interview/_cpp回顾/STL容器) - [Cpp之string专题](./Algorithm_for_Interview/_cpp回顾/Cpp之string专题.hpp) - [IO模板](./Algorithm_for_Interview/_cpp回顾/IO模板.hpp) - [_utils工具函数](./Algorithm_for_Interview/_utils工具函数) - [_必背算法](./Algorithm_for_Interview/_必背算法) - [查找与排序](./Algorithm_for_Interview/查找与排序) - [动态规划](./Algorithm_for_Interview/动态规划) - [堆、栈、队列](./Algorithm_for_Interview/堆、栈、队列) - [二叉树](./Algorithm_for_Interview/二叉树) - [链表](./Algorithm_for_Interview/链表) - [深度优先搜索](./Algorithm_for_Interview/深度优先搜索) - [贪心](./Algorithm_for_Interview/贪心) - [数学](./Algorithm_for_Interview/数学) - [位运算](./Algorithm_for_Interview/位运算) - [字符串](./Algorithm_for_Interview/字符串) - [其他](./Algorithm_for_Interview/其他) - [数学](./Algorithm_for_Interview/数学) - [数组](./Algorithm_for_Interview/数组) ### Reference - [牛客网-题库](https://www.nowcoder.com/contestRoom) - [剑指Offer](https://www.nowcoder.com/ta/coding-interviews) - [LeetCode-中国](https://leetcode-cn.com/problemset/all/)