Library for combinatorially specifying, constraining, and exploring genetic design spaces.
-
Updated
Dec 10, 2022 - JavaScript
Library for combinatorially specifying, constraining, and exploring genetic design spaces.
Uses backtracking (DFS-style traversal) to explore all character arrangements from the input string. Tracks each recursion depth (tree level) and stores the generated paths. After recursion, it removes duplicates at each level and returns the count of all unique character paths (not just full permutations).
Add a description, image, and links to the combinatorial-search topic page so that developers can more easily learn about it.
To associate your repository with the combinatorial-search topic, visit your repo's landing page and select "manage topics."