Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++ Series: Data Structures and Algorithms

Posted By: naag
C++ Series: Data Structures and Algorithms

C++ Series: Data Structures and Algorithms
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 4 Hours 11M | 877 MB
Genre: eLearning | Language: English

C++ expert Rohit Kumar covers the data structures and algorithms available in C++ in this C++ video series. Learn how to store data effectively as Rohit explains these eight topics:

C++ Data Structures and Algorithms Introduction. This first topic in this C++ series introduces you to the structures and algorithms available within C++. The various data structures of lists, arrays, linked lists, stacks, queues, trees, and graphs are briefly introduced and these structures will be explained in-depth in the coming sessions. Linear and non-linear structures are compared as well.
C++ Arrays. This second video in this C++ series explains arrays in detail. Follow along with Rohit as he shows you how to create arrays in C++. Operations in arrays are explored and applied, including traversing, inserting, deleting, searching, sorting, and merging.
C++ Linked Lists. This third video in this C++ series explains linked lists in detail. Follow along with Rohit as he shows you how to create linked lists in C++.
C++ Stacks. This fourth video in this C++ series explains stacks in detail. Follow along with Rohit as he shows you how to create stacks in C++. Apply the Push, Pop, and Peek operations.
C++ Queues. This fifth video in this C++ series explains queues in detail. Follow along with Rohit as he shows you how to create queues in C++. Queues and stacks are compared and learn how to apply insertion and deletion operations on queues.
C++ Strings. This sixth video in this C++ series explains how to work with strings in C++. Follow along with Rohit as he shows you how to create strings in C++. Learn how to apply length, concatenate, compare, and copy functions on strings.
C++ Sorts. This seventh video in this C++ series explains how to sort in C++. Practice the bubble sort, insertion sort, selection sort, and quick sort.
C++ Searches. This eighth video in this C++ series explains how to perform searching in C++. Practice both linear and binary search algorithms in C++.

C++ Series: Data Structures and Algorithms