# Rudrata cycle problem

Last edited: 2023-11-15

# Statement

Rudrata cycle problem

Given a graph $G = (V,E)$, what is a Rudrata cycle if it exists?

# Solutions

# Theory

# Related problems