To kick off the AlgoDaily Data Structures and Algorithms course, we'll discuss two important visual concepts you'll need to master: pointers
and windows
.
Pointers and Windows covers the most common type of programming interview questions: those involving arrays, vectors, lists, and references. We first cover the basics of strings and arrays
, then we go through some important structures (like sets) and techniques (like sliding window), before launching you into some exercises in the next few sections to practice your knowledge.
How do I use this section?