bisc_package.examples package

Subpackages

Submodules

bisc_package.examples.bisc_demo module

Demonstration of the BiSC algorithm implementation.

This reproduces the core BiSC algorithm from the paper: “BiSC: An algorithm for discovering generalized permutation patterns” by Henning Ulfarsson.

bisc_package.examples.bisc_demo.demonstrate_bisc()[source]

Demonstrate the BiSC algorithm with clear examples.

Module contents

Examples demonstrating the BiSC algorithm.

This module contains examples of using the BiSC algorithm on various permutation classes mentioned in the paper.

bisc_package.examples.run_all_examples()[source]

Run all available examples.