I have been trying to understand distance regular graphs and how to compute the intersection array.
Distance Regular Graphs, this is the resource I have used. I could not figure what is br in δ(v,u)=r.br
Secondly cr in cr is the number of vertices that are adjacent to u and a distance of r − 1 from v
Lastly the two clauses for intersection array in the given link.
P.S : I need its concept to understand a paper, would appreciate the help
Quoting the paper, with some hopefully helpful comments in red.
The definition should be clear now.