Python tutorials on introduction to algorithms

less than 1 minute read

Recently, I have been spending some time learning about algorithms and data structures. These are particularly useful if you want to:

  • Prepare for interviews with Google, FB, Apple, Microsoft, Amazon etc.
  • Write optimal code. [for eg: reducing complexity from O(n) to O(log n)]
  • Learn Reinforcement Learning Algorithms

Here is the github repo