pub type InternalNodeId = usize;
Internal node identifier type for efficient graph operations (usize for array indexing)