# LeetCodeParactice **Repository Path**: wongkee/LeetCodeParactice ## Basic Information - **Project Name**: LeetCodeParactice - **Description**: LeetCode刷题笔记 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-10-06 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 分类刷题笔记 汇总了各个题型的相关知识和面试常见题型。 | 题型 | 笔记 | | :----: | :----: | | 二分查找 | [二分查找及相关题型](./note/binarysearch.md) | | 排序 | [排序](./note/sort.md) | | 链表 | [链表](./note/listnode.md) | |栈|[栈](./note/stack.md)| | 二叉树 | [二叉树](./note/BinaryTree.md) | |递归与回溯|[递归和回溯](./note/recursion_backtracking.md)| | 贪心算法 | [贪心算法](./note/greedy.md) | |动态规划|[动态规划](./note/dynamicprogram.md)| |深搜和广搜|[深搜和广搜](./note/dfs_bfs.md)| |高级数据结构|[高级数据结构](./note/high_datastructure.md)| |常考的一些算法|[常考的一些算法](./note/high_frequency.md)| |大厂高频面试笔试题|[大厂高频面试笔试题](./note/list.md)|