Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzl124631x/algorithm
My algorithm notes
https://github.com/lzl124631x/algorithm
algorithm gitbook
Last synced: 26 days ago
JSON representation
My algorithm notes
- Host: GitHub
- URL: https://github.com/lzl124631x/algorithm
- Owner: lzl124631x
- Created: 2020-05-14T17:12:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T07:40:12.000Z (8 months ago)
- Last Synced: 2024-08-10T19:16:27.477Z (5 months ago)
- Topics: algorithm, gitbook
- Language: Shell
- Homepage: https://liuzhenglaichn.gitbook.io/algorithm/
- Size: 16.2 MB
- Stars: 320
- Watchers: 4
- Forks: 76
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
I put all my notes for algorithms here.
* Gitbook: [https://liuzhenglaichn.gitbook.io/algorithm/](https://liuzhenglaichn.gitbook.io/algorithm/)
* Github Repo: [https://github.com/lzl124631x/algorithm](https://github.com/lzl124631x/algorithm)## Remember during interview
* Disambiguate the problem, ask questions, try to understand the inputs and outputs.
* Think about edge cases.
* First talk about the brute force solution, then think about better approaches.
* Think out loud!## Resources
William Fiset
* [https://www.youtube.com/channel/UCD8yeTczadqdARzQUp29PJw](https://www.youtube.com/channel/UCD8yeTczadqdARzQUp29PJw)
* [https://github.com/williamfiset/Algorithms](https://github.com/williamfiset/Algorithms)