0

I don't know if this is another word for something I already know or if it is something altogether different. I'm reading my textbook in CS about distributed algorithms, and this came up.

I googled for a definition but couldn't find one.

The state set $Q$ contains a distinguished subset of initial states.

Mirrana
  • 9,009

2 Answers2

3

A distinguished subset is one that is chosen out of all the subsets. In this case, some of the states are chosen to be "initial states".

vadim123
  • 82,796
2

It just means a particular subset that we're going to pay special attention to. It does not mean that the subset has any special properties.

MJD
  • 65,394
  • 39
  • 298
  • 580