Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Even Cycles

Правка en1, от olivergrant, 2024-02-16 22:37:29

Hello,

How would I go about efficiently finding if an even cycle exists in a directed graph? I know for odd cycles we can simply run a bipartition algorithm and if it doesn't work we know there exists an odd cycle. But how do I do that for even cycles?

Теги graphs, cycle detection

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский olivergrant 2024-02-16 22:37:29 268 Initial revision (published)