- Insertion sort: finds a place for the input element in the sorted subarray by parallel alg and shifts all elements right.
- Selection sort: declares a compare function.
- Quick sort, Merge sort: simple.
- main.cu : the main programm which reads image from file, calculates gaussian kernel, runs it on CUDA and writes blurred result to another file. All parameters are changeble. Filter size is an odd number!
- notebook contains results for different tests and also it converts img-rgb, rgb-img.
- solves 1d heat equation in parallel using MPI