• Stars
    star
    197
  • Rank 197,722 (Top 4 %)
  • Language
    Shell
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My algorithm notes

Introduction

I put all my notes for algorithms here.

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