awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Backtracking Algorithms · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesBacktracking Algorithms

Algorithms that systematically explore solution spaces by reverting to previous states upon encountering contradictions.

Distinguishing note: Focuses on the search mechanism for state-space exploration rather than general-purpose constraint solving.

Explore 1 awesome GitHub repository matching software engineering & architecture · Backtracking Algorithms. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Backtracking Algorithms

Awesome Backtracking Algorithms GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • mxgmn/WaveFunctionCollapse

    mxgmn/WaveFunctionCollapse

    24,697View on GitHub↗

    WaveFunctionCollapse is a procedural generation engine that creates complex, non-repeating patterns by treating spatial arrangement as a constraint satisfaction problem. It functions as a stochastic solver that derives output structures from a single input example, ensuring that every element placed within a grid satisfies specific adjacency requirements relative to its neighbors. The system distinguishes itself by using an entropy-driven approach to grid collapse, where it iteratively selects the cell with the fewest remaining possibilities to trigger a cascade of logical updates. By decompo

    The solver explores potential configurations by reverting to previous states whenever a local choice leads to a logical contradiction or dead end.

    C#algorithmcsharpgamedev
    24,697View on GitHub↗