C++ Algorithm Series: Strings and 2-D Arrays

C++ Algorithm Series: Strings and 2-D Arrays

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 26m | 412 MB

The following 11 topics will be covered through a combination of lecture and hands-on to maximize your learning of strings and 2-D arrays:

  • Character Arrays in C++. This first video in the Strings and 2-D Arrays video series will introduce you to character arrays. This entire video series is very much hands-on, and we will be using the excellent CLion compiler during the course. Learn how to create character arrays in C++.
  • C++ String Standard Template Library. This second video in the Strings and 2-D Arrays video series goes into detail on the String Standard Template Library (STL).
  • String Reversal Challenge in C++. This third video in the Strings and 2-D Arrays video series explains how you can solve the string reversal problem in C++ using strings and arrays.
  • String Rotation Challenge in C++. This fourth video in the Strings and 2-D Arrays video series explains how you can solve the string rotation problem in C++ using strings and arrays. Learn several debugging techniques as well.
  • String Permutation Challenge in C++. This fifth video in the Strings and 2-D Arrays video series explains how you can solve the string permutation problem in C++ using strings and arrays.
  • String Substring Challenge in C++. This sixth video in the Strings and 2-D Arrays video series explains how you can solve the string substring problem in C++ using strings and arrays.
  • 2-D Arrays in C++. This seventh video in the Strings and 2-D Arrays video series introduces the concepts of two-dimensional arrays.
  • Wave Print in C++. This eighth video in the Strings and 2-D Arrays video series explains the concept of wave print, and how to create a wave print using 2-D arrays in C++.
  • Searching within 2-D Arrays in C++. This ninth video in the Strings and 2-D Arrays video series shows you how to search within a two-dimensional array in C++.
  • Spiral Printing in C++. This tenth video in the Strings and 2-D Arrays video series shows you how to perform spiral printing using a two-dimensional array in C++.
  • Linear Search Algorithm in C++. This 11th video in the Strings and 2-D Arrays video series shows you how to perform linear searching within a list of strings using two-dimensional arrays in C++.
Table of Contents

01 Character Arrays in C++
02 C++ String Standard Template Library
03 String Reversal Challenge in C++
04 String Rotation Challenge in C++
05 String Permutation Challenge in C++
06 String Substring Challenge in C++
07 2-D Arrays in C++
08 Wave Print in C++
09 Searching within 2-D Arrays in C++
10 Spiral Printing in C++
11 Linear Search Algorithm in C++