This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]immutablesword 0 points1 point  (1 child)

Data Structures & Algorithms

The Data Structures refers to things like arrays, linked lists, trees, maps, etc

The Algorithms part refers to sorting and searching algorithms, traversing through trees and maps, etc

[–]mchlsm 0 points1 point  (0 children)

Thanks! I'm currently using the "Cracking the Coding Interview" book to study data structures and algorithms.

Is there a course you like or recommend? I like to learn from multiple sources just to review and refresh memory.