Hacker News new | ask | show | jobs
by odonnellryan 3706 days ago
Yeah. I think teaching students algo at college does one thing really well: It helps them understand runtime in association with the data structures they will use.

Gives you an intuition of the proper way to implement something before you know the big picture.

This isn't what interviews are testing: they are testing if you can implement the algo. That is rarely important.