C/C++
Simplified way to remove an element by index from std::vector
Counting the number of islands in a two-dimensional grid
Determining the console output of program 2
Analysis of the correctness and efficiency of mutex usage
Finding the number of elements in an array
Basic implementation of a custom shared_ptr
Development of a unified access interface to various storage systems
What happens when a destructor throws an exception
Recursive factorial calculator using C++ templates
Implement a copy constructor for the given struct
Determining computation time: compilation vs execution
What output will the program with postfix and prefix increment produce
What will the program with atomic_bool, modified in a separate thread, print
Checking the sequence of strings for compliance with the given pattern
Recursive calculation of a number's factorial
Determining the output of the structure size in the console
Implementation of multiple inheritance without using virtual and its consequences
Assessment of class architecture compliance with SOLID principles
Initialization of an integer vector in the main function
Behavior of the saved iterator after changing the container