Arrays and Strings in C++Explores arrays, vectors, and strings in C++, covering their practical aspects and specific functions/methods.
Working with StringsCovers the basics of working with strings in C, including reading, copying, comparing, and converting strings, along with examples and quizzes.
Introduction to Vector in C++Introduces the fundamentals of vectors in C++, covering initialization, direct access, range-for loop, and specific functions.
Structured Data: C++Covers structured data representation, arrays, structures, variable declaration, initialization, and functions with multiple return values.
Python/NumPy PrimerIntroduces Python basics and NumPy for scientific computing, covering data types, functions, arrays, indexing, and common operations.