https://github.com/amusi/coding-note
刷题笔记:LeetCode和剑指Offer等
https://github.com/amusi/coding-note
cpp data-structures-algorithms leetcode offer python
Last synced: 3 months ago
JSON representation
刷题笔记:LeetCode和剑指Offer等
- Host: GitHub
- URL: https://github.com/amusi/coding-note
- Owner: amusi
- Created: 2018-05-04T14:32:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T04:46:20.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T01:03:58.391Z (3 months ago)
- Topics: cpp, data-structures-algorithms, leetcode, offer, python
- Language: C++
- Homepage:
- Size: 5.6 MB
- Stars: 91
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coding-note
刷题笔记:Leetcode和剑指Offer等语言:
- C++(为主)
- Python
## 项目
[数据结构与算法](https://github.com/amusi/coding-note/tree/master/Data%20Structures%20and%20Algorithms)
[剑指Offer](https://github.com/amusi/coding-note/tree/master/Coding%20Interviews)
[LeetCode](LeetCode/README.md)
[GeeksforGeeks](https://www.geeksforgeeks.org/)
LintCode
## 参考资料
[Interview-Notebook](https://github.com/CyC2018/Interview-Notebook): 含剑指Offer题解、Leetcode题解、算法等内容
[coding-interview-univerity](https://github.com/jwasham/coding-interview-university): 含算法与数据结构、C++/ JAVA /Python面试经验等