Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
#

combinatorial-search

Here are 22 public repositories matching this topic...

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).

  • Updated Jun 17, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the combinatorial-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the combinatorial-search topic, visit your repo's landing page and select "manage topics."

Learn more

Morty Proxy This is a proxified and sanitized view of the page, visit original site.