Archive for the ‘BA’ Category

Implementing parallel breadth-first search using .NET 4.0 TPL

Introduction In the last days I worked on a small project for the parallel computing course at my university. The task was to take any serial algorithm we like, try to parallelize it and write an article about our results. For the reason of my graph addiction, I chose the default breadth-first search (BFS) in [...]