Hacker News new | ask | show | jobs
by pryelluw 3485 days ago
You can brush up on data structures and algorithms and pass their interview. It just takes a bit of extra effort. Plus its knowledge that helps on your everyday work.

Source: Self taught who constantly studies CS stuff.

1 comments

Learning LALR parsing is fun; for production work the intuitive approach of recursive descent in fine.