Introduction to Vector in C++Introduces the fundamentals of vectors in C++, covering initialization, direct access, range-for loop, and specific functions.
Python/NumPy PrimerIntroduces Python basics and NumPy for scientific computing, covering data types, functions, arrays, indexing, and common operations.
Arrays and Strings in C++Explores arrays, vectors, and strings in C++, covering their practical aspects and specific functions/methods.
Arrays: Declaration in JavaCovers the declaration and initialization of arrays in Java, including syntax rules and techniques for initializing elements.
Structured Data: C++Covers structured data representation, arrays, structures, variable declaration, initialization, and functions with multiple return values.
Unit Testing with JUnit: ArraysCovers unit testing with JUnit for array methods, including testing minimum elements, handling exceptions, calculating averages, and sorting arrays.