Divyansh PaliaParallel Algorithms: Bitonic MergesortThe whole point of a parallel algorithm is to divide the work up into pieces, and then process them in parallel. This way, if you have…Dec 6, 2022Dec 6, 2022
Divyansh PaliaKruskal’s AlgorithmHello and welcome to my blog! Today I’d like to talk about a component of the greedy approach, commonly known as Kruskal’s algorithm, that…Apr 5, 2022Apr 5, 2022