Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lzl124631x/algorithm

My algorithm notes
https://github.com/lzl124631x/algorithm

algorithm gitbook

Last synced: about 1 month ago
JSON representation

My algorithm notes

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)