DEV Community

Discussion on: Data Structures & Algorithms Study Guide: Where to go from here?

Collapse
 
scottmcmaster profile image
Scott McMaster

I would certainly add Set to your list of data structures. And also keep in mind that Array counts, too, and for interviews you should make sure to know all of its characteristics.

As for the algorithms, they really don't come up much in frontend dev, but unfortunately you might still be expected to do them in interviews.

Good luck!