Research Article

An Algorithm for Critical Nodes Problem in Social Networks Based on Owen Value

Algorithm 3

TOP_ ( ).
Top [ ] = 0
AsceSort( );
Top [1] = [1]
;
while do
  if [ ] is not adjacent to Top [ ] then
   Top [ ] = [ ]
   
  end
  
end