Commit 2026-06-04 18:51 3a31d5b7
View on Github →feat(Combinatorics/SimpleGraph/Star): define star graphs (#38027)
Add a new definition starGraph and several key lemmas. Star graphs are a trivial class of tree, often used in constructive proofs regarding trees. An example use case is shown in #38334.