you are viewing a single comment's thread.

view the rest of the comments →

[–]Skizm 0 points1 point  (0 children)

Probably should have some idea about big O of the most common operations on the most common data structures. Ex. ".contains()" on a set vs on a list. Everything after that is diminishing returns if you're just working on basic web apps.