Numpy TutorialCovers the basics of Numpy, including importing the library, creating arrays, and performing linear algebra operations.
Introduction to C: Arrays and FunctionsCovers the basics of C programming, focusing on arrays and functions, including 1D and 2D arrays, string operations, dynamic memory allocation, and reading files.
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.
Unit Testing with JUnit: ArraysCovers unit testing with JUnit for array methods, including testing minimum elements, handling exceptions, calculating averages, and sorting arrays.