DEV Community

Discussion on: Are algorithms, complexity & data structures still relevant?

Collapse
 
xngwng profile image
Xing Wang

although one thing I would add, is that, it is also important to know when an efficient algorithm is must, when it is not. And when seemingly more efficient algorithm isn't right for your use case. That comes from learning about system design and software architecture.