An open API service indexing awesome lists of open source software.

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刷题

Awesome Lists containing this project

README

        

# LeetCode

LeetCode刷题

个人笔记:https://www.yuque.com/huangzhongqing/leetcode

编程语言:C++

## 算法Algorithm

* 双指针
* 排序
* 贪心Greedy
* 二分查找
* 分治DC
* 搜索DPF/BFS
* 动态规划DP
* 数学

## 数据结构datastructure

* 链表
* 图
* 树
* 栈和队列
* 哈希表
* 字符串
* 数组与矩阵
* 位运算