Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 304 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 304 Bytes

Preorder traversal of a binary tree

A school project implementing the computation of preorder traversal of a binary tree using the OpenMPI library. In order for this to work parallely following algorithms are also part of the implementation:

  • Euler tour calculation & traversal
  • Parallel suffix sum