Skip to content
Snippets Groups Projects
Commit 9a67297b authored by Dinda Yora Islami's avatar Dinda Yora Islami
Browse files

add radix

parent c7be9703
No related merge requests found
......@@ -55,7 +55,7 @@ void countSort(int arr[], int n, int exp)
arr[i] = output[i];
cudaFree(d_arr);
//cudaFree(d_count);
cudaFree(d_count);
}
// The main function to that sorts arr[] of size n using
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment