Practice your skills in C++ using common data structures such as arrays, stacks, queues, and linked lists.
Overview
Syllabus
Introduction
- Practice C++ data structures
- What you should know
- Using GitHub Codespaces with this course
- Overview: Arrays
- Try it: Sum of array elements
- Check it: Sum of array elements
- Try it: Prime numbers in an array
- Check it: Prime numbers in an array
- Try it: Array element search
- Check it: Array element search
- Overview: Stacks
- Try it: Reversing a string
- Check it: Reversing a string
- Try it: Browser history
- Check it: Browser history
- Overview: Queues
- Try it: Call center
- Check it: Call center
- Try it: Merchandise ordering system
- Check it: Merchandise ordering system
- Overview: Linked lists
- Try it: Navigation system
- Check it: Navigation system
- Try it: Anomaly detection
- Check it: Anomaly detection
- Next steps
Taught by
Károly Nyisztor