Gapplet

Given a small graph, determine its automorphism group

Input the number of nodes of the input graph, 
e.g.,   6.
</COMMENT>
Input the edges of the input graph, 
e.g.,   [1,2],[2,3],[3,4],[4,5],[5,6]
</COMMENT>
 
Determine the automorphism group of the graph
</COMMENT>
 
</COMMENT>