Algorithmic problems

These examples show some examples of well-known algorithms, solved now using kernel P systems.

Example 1

Description:

This example tests the performance of the new kernel P system parser and simulator, including:

Code:

Membrane structure:

Rules set:
def main()
{
  /* tissue P system skeleton */
  call three_colouring(n);
}

Table Of Contents

This Page