Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| retegraphprocessing:elements:prototyping:simple_algorithm [2023/06/12 05:21] – gedbadmin | retegraphprocessing:elements:prototyping:simple_algorithm [2024/01/19 17:41] (current) – removed gedbadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Simple Algorithm Prototype ====== | ||
| - | |||
| - | The goal of this prototype is to implement a simple algorithm for detecting simple cycles within a graph. | ||
| - | |||
| - | Let //G = (V,E)// be a directed graph (//G//) consists of a finite set of vertices (//V//) and a finite set of edges (// | ||
| - | |||
| - | Within G a cycle of length //l// is a sequence of vertices [v< | ||
| - | |||
| - | The cycle is simple when each vertex in [v< | ||
| - | |||
| - | |||
| - | ====== References ====== | ||
| - | |||
| - | * Golumbic, M. C. (2004). Algorithmic Graph Theory and Perfect Graphs (2nd ed., Chapter 1 - Graph Theoretic Foundations). North Holland Publishing Company, a Subsidiary of Eslevier. | ||