Gapplet

Given a small graph, determine its automorphism group

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