https://github.com/flowerwrong/algorithms
Algorithms study
https://github.com/flowerwrong/algorithms
Last synced: 3 months ago
JSON representation
Algorithms study
- Host: GitHub
- URL: https://github.com/flowerwrong/algorithms
- Owner: FlowerWrong
- Created: 2018-05-05T15:59:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:18:43.000Z (over 1 year ago)
- Last Synced: 2025-01-11T11:15:38.066Z (5 months ago)
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
## [LeetCode](https://leetcode-cn.com/)
## Courses
- [mit computer-algorithms-in-systems-engineering](https://ocw.mit.edu/courses/civil-and-environmental-engineering/1-204-computer-algorithms-in-systems-engineering-spring-2010/lecture-notes/)
## Books
- [Introduction to Algorithms](http://mitpress.mit.edu/books/introduction-algorithms-third-edition)
- [编程之法 — 面试和算法心得](https://www.kancloud.cn/kancloud/the-art-of-programming/41632)## References
- [crossoverJie/Java-Interview](https://github.com/crossoverJie/Java-Interview)
- [iluwatar/java-design-patterns](https://github.com/iluwatar/java-design-patterns)
- [TheAlgorithms/Java](https://github.com/TheAlgorithms/Java)