Given an adjacency matrix of a graph $G$, I was asked to do the following without drawing the graph:
A) Find the vertex of largest degree.
B) Does the graph have an Euler Circuit?
C) Is the graph Planar?
I did A and B. How can one justify if the graph is planar from adjacency matrix?