Introduction to Algorithms & Standard Containers
Beginner
- 9 videos | 56m 8s
- Includes Assessment
- Earns a Badge
Learn the basics of algorithms and data structures with examples in C++, including time and space complexity, static and dynamic arrays, recursion using binary search, the stack, queues, and the linked list.
WHAT YOU WILL LEARN
-
Recognize the definition of a data structure and its importance in computer scienceDefine what an algorithm is informally and discuss a few aspects of algorithms we need to consider as programmersDefine the complexity of an algorithm in terms big o notationDefine and use static arrays in c++Define and use dynamic arrays in c++
-
Use a recursive binary search in c++Implement a fixed-size stack of integers in c++Implement a fixed-size queue of integers in c++Implement a linked list in c++
IN THIS COURSE
-
3m 50sAfter completing this video, you will be able to recognize the definition of a data structure and its importance in computer science. FREE ACCESS
-
3m 1sIn this video, we will informally define what an algorithm is and discuss a few aspects of algorithms that we need to consider as programmers. FREE ACCESS
-
6m 7sIn this video, you will define the complexity of an algorithm using Big O notation. FREE ACCESS
-
5m 5sIn this video, you will learn how to define and use static arrays in C++. FREE ACCESS
-
3m 13sIn this video, you will learn how to define and use dynamic arrays in C++. FREE ACCESS
-
7m 23sIn this video, you will learn how to use a recursive binary search in C++. FREE ACCESS
-
6m 35sIn this video, you will learn how to implement a fixed-size stack of integers in C++. FREE ACCESS
-
7m 30sDuring this video, you will learn how to implement a fixed-size queue of integers using C++. FREE ACCESS
-
13m 26sDuring this video, you will learn how to implement a linked list in C++. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.