Zen and the art of data structures: From self-tuning to self-designing data systems | ZDNet

Designing data systems is something few people understand, and it’s very hard and costly. But that, too, could be automated, says new research from Harvard, and we’re about to start seeing it in real life.

Source: Zen and the art of data structures: From self-tuning to self-designing data systems | ZDNet

8 time complexities that every programmer should know | Adrian Mejia Blog

SummaryWe are going to learn the top algorithm’s running time that every developer should be familiar. Knowing these time complexities will help you to assess if your code will scale. Also, it’s handy to compare different solutions for the same problem. You would be able to estimate which one will perform better.

Source: 8 time complexities that every programmer should know | Adrian Mejia Blog