README
This repo contains some notes to data structure and algorithms. It contains solutions to some leetcode questions
Github Repo: https://github.com/MikoAshu/algorithm-notes
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://github.com/williamfiset/Algorithms
https://github.com/lzl124631x/algorithm
Last updated