MV's blog

to knowledge 🥂

Data Structures & Algorithms

TBA

Why?

  1. To become a proficient programmer & engineer
  2. They may unlock the secrets of life, consciousness and the universe. Computational models are replacing mathematical models in scientific inquiry. Check the works of Josha Bach, Stephen Wolfram and others.

How?

  1. Model the problem
  2. Find an algorithm to solve it
  3. Is it fast enough? Does it fit into memory?
  4. If not, figure out why?
  5. Find a way to address the problem
  6. Iterate until satisfied