How to Use
Select graph:
- Test: Threshold?
- Sequence: 0/1 build
- Degree: Unique check
Creation Sequence
Binary string b₁...bₙ: bᵢ=0 (add isolated), bᵢ=1 (add dominating). Example: K_3 = 0,1,1 (start isolated, then two dominating). Every threshold graph has a unique creation sequence (up to initial vertex).
Characterization
Equivalent: no induced 2K₂, C₄, or P₄. Also: degree sequence uniquely determines the graph (no two non-isomorphic threshold graphs have the same degree sequence). Extremely structured class.
Step-by-Step Instructions
- 1Select graph.
- 2Check threshold.
- 3Find sequence.
- 4Verify degrees.
- 5Apply properties.