Cuda-GPU-fibonacci-Parallel-Programming-project
The general Idea of this project is to generate a Fibonacci Sequence and sort it by Manual Sorting Algorithms Such as (Bubble Sort, Quick Sort, Merge Sort, and Heap Sort) And Also Sorting Algorithms by Thrust Library such as (‘thrust::sort’ and ‘thrust::transform’) at the same time.