Research Article

A Topology Visualization Early Warning Distribution Algorithm for Large-Scale Network Security Incidents

Algorithm 1

Plane visual algorithm.
Begin
( ); //cut and get the graph backbone
_partition(G);  //divide into sub graphs
for to
 Plane_Visualize( ); //plan visual each sub graph
( );  //attach the leaf nodes to the backbone
end for
layout( ); //distribution each sub graph
( ); //connect each sub graph and get the final plane visual graph
end