**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Find Center of Star Graph** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Center appears in both first two edges
**Edge Cases to Consider:**
- (1) Star with 3 nodes
- (2) All edges include center trivially
- (3) Large star