Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 917 Bytes

File metadata and controls

20 lines (13 loc) · 917 Bytes

Lattice Theory for Parallel Programming @University of Luxembourg

Exercises for the course Lattice Theory for Parallel Programming @University of Luxembourg

Introduction to Conflict-Free Replicated Data Types (1-CRDT)

  • 1-CRDT/README.md: illustrates the requirements for the exercises.
  • 1-CRDT/exercises: contains the exercises and environment (.py and .yml files).
  • 1-CRDT/solutions: contains the solution of the exercises.

Observed remove set (2-OR_set)

  • the requirements file for the exercises is on Moodle.
  • 2-OR_set/exercises: contains the exercises and environment (.py and .yml files).
  • 2-OR_set/solutions: contains the solution of the exercises.

Project 1: Parallel Not Equal (3-Parallel_Not-Equal)

  • the requirements file for the project is on Moodle.
  • 3-Parallel_Not-Equal: contains the testing data and its related files (.txt, .hpp, and .py files).