Groups
Category
Graph isomorphism asks whether two graphs are the same up to renaming vertices; the WeisfeilerโLeman (WL) test is a powerful heuristic that often distinguishes non-isomorphic graphs quickly.
Tree isomorphism asks whether two trees have exactly the same shape, ignoring vertex names.