https://github.com/huangcongqing/leetcode
LeetCode/剑指offer刷题
https://github.com/huangcongqing/leetcode
cpp leetcode leetcode-cpp leetcode-python leetcode-solutions python
Last synced: 2 months ago
JSON representation
LeetCode/剑指offer刷题
- Host: GitHub
- URL: https://github.com/huangcongqing/leetcode
- Owner: HuangCongQing
- License: mit
- Created: 2021-03-13T07:40:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T10:13:01.000Z (about 3 years ago)
- Last Synced: 2025-02-08T11:41:30.750Z (4 months ago)
- Topics: cpp, leetcode, leetcode-cpp, leetcode-python, leetcode-solutions, python
- Language: C++
- Homepage:
- Size: 3.44 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
LeetCode刷题
个人笔记:https://www.yuque.com/huangzhongqing/leetcode
编程语言:C++
## 算法Algorithm
* 双指针
* 排序
* 贪心Greedy
* 二分查找
* 分治DC
* 搜索DPF/BFS
* 动态规划DP
* 数学## 数据结构datastructure
* 链表
* 图
* 树
* 栈和队列
* 哈希表
* 字符串
* 数组与矩阵
* 位运算