class TEST_ARR_ALG
****
Tests of other array algorithms


Flattened version is here

Ancestors
TEST



Public


Readonly Shareds
shared ialg: A_ALG{INT,ARRAY{INT}};
shared imember: MEMBER{INT,ARRAY{INT}};
shared ipermute: A_PERMUTE{INT,ARRAY{INT}};
shared
shared
shared

Writable Shareds
shared ialg: A_ALG{INT,ARRAY{INT}};
shared imember: MEMBER{INT,ARRAY{INT}};
shared ipermute: A_PERMUTE{INT,ARRAY{INT}};
shared
shared
shared

Features
is_permutation(p1,p2: ARRAY{INT}): BOOL
main
**** Tests for permutation etc.

The Sather Home Page