New Search operation

This commit is contained in:
john19696 2022-10-06 12:38:24 +01:00
parent c2cf535f88
commit b18dbfff3d
4 changed files with 263 additions and 0 deletions

View file

@ -75,6 +75,7 @@ import "./tests/PowerSet.mjs";
import "./tests/Regex.mjs";
import "./tests/Register.mjs";
import "./tests/Rotate.mjs";
import "./tests/Searcn.mjs";
import "./tests/SeqUtils.mjs";
import "./tests/SetDifference.mjs";
import "./tests/SetIntersection.mjs";