Skip to content

Adding Anonymous Networks Algorithms

Yigit Sever requested to merge github/fork/yigitsever/master into master

This pull request adds

  • Itai-Rodeh Election Algorithm for Rings
  • IEEE1394 Election Algorithm

The implementations are under /AnonymousNetworks and tests are under /tests/AnonymousNetworks. This convention is based on @berkeracir's implementation.

Tests are animated, their general structure is based on @berkeracir's MutualExclusion test.

Merge request reports