Simple operations on vectors, such as addition, multiplication by a scalar, scalar product, generation of vectors.
Lab 1 (in polish)
Generating permutations.
Lab 2 (in polish)
Implementation: Stack, FIFO with clients, Circular buffer with clients.
Lab 3 (in polish)
wc implementation, characters count, digrams count, comments count.
Lab 4 (in polish)
Counting unique identifiers in C code.
Lab 5 (in polish)
Matrix multiplication, calculating the determinant of matrix, solving a system of linear equations, inverse matrix.
Lab 6 (in polish)
Calculation of integrals 1D, 2D, 3D.
Lab 7 (in polish)
Determining properties of relations.
Lab 8 (in polish)
Implementations of data structures representing a 2D array.
Lab 9 (in polish)
Implementations of comparators for sorting functions.
Lab 9 (in polish)
C++ STL vector implementation.
Lab 11 (in polish)