DSNeighbours
Constructor that initializes all neighbours to the same address.
Parameters
me
The address to set all neighbours to.
Constructor that initializes all neighbours to different addresses.
Parameters
right
The address of the right neighbour.
n Next
The address of the next-next neighbour.
left
The address of the left neighbour.
leader
The address of the leader.