/mpp-solutions

My solutions in Python to the exercises of the 7th Marathon of parallel programming.

Primary LanguagePython

7th Marathon of Parallel Programming - Python Solutions

To learn more about the Python programming language I decided to solve some of the exercises of the 7th Marathon of Parallel programming. They were intended to be done in C but I implemented both the sequential and parallel solutions in Python. So far I have solved:

  • Bucketsort
  • Friendly numbers
  • 3 Sat

You can find the exercises' description here.