Memory Allocation in CCovers the basics of memory allocation in C, including passing parameters by value and reference, dynamic arrays, and strings.
String Operations: Methods and ExamplesCovers various string operations in Java, including accessing characters by index and using methods like 'replace' and 'substring' to manipulate string data.
Eigen Library for Linear AlgebraExplores the Eigen library for linear algebra, covering vectors, matrices, arrays, memory management, reshaping, and per-component operations.
Introduction to C ProgrammingIntroduces fundamental C programming concepts, covering variables, control structures, functions, and pointers, with practical examples and exercises.