From the course: Programming Foundations: Data Structures (2023)

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

What you should know

What you should know

- For this course, I expect you to have written code before. You should understand the basic concepts of programming, including variables, loops, functions, and other basic software development jargon. We will be writing our code in Python 3. Now you don't need to know Python super well for this course, since the syntax is pretty easy to pick up. We'll be talking about each data structure we cover in theory first, then use them in Python with a practical example. You may have only programmed for a few months, or several years, but you should be comfortable developing in a general purpose programming language. This is also a great course for those of you preparing for technical interviews as many cover data structures. Let me jump over to the computer and show you more. Our code will be written on GitHub Codespaces. GitHub Codespaces is a cloud-powered environment built into GitHub. This makes it easier for us to write code,…

Contents