Skip to content
#

combinatorial-search

Here are 26 public repositories matching this topic...

一款轻量级、易用的财务/数据分析辅助工具,帮助用户快速从大量数字中找出符合特定和值的组合。支持 Excel 文件导入和直接粘贴数字,采用回溯剪枝算法快速查找结果。A lightweight and user-friendly financial/data analysis tool that helps users quickly find number combinations that sum to a specific target value. Supports Excel file import and direct paste, with fast backtracking algorithm.

  • Updated Mar 3, 2026
  • Python

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