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

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等

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面试经验等