Press "Enter" to skip to content

Posts published in “CS”

Why grid[y][x] instead of grid[x][y]?

If you don’t like grid[y][x], you can use grid[r][c] instead.

C++

Multithreading and Multiprocessing – Parallel Computing 1

Multithreading

C++

Multiprocessing

C++