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

https://github.com/flowerwrong/algorithms

Algorithms study
https://github.com/flowerwrong/algorithms

Last synced: 3 months ago
JSON representation

Algorithms study

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)