-
Updated
Nov 12, 2025 - Python
backtracking
Here are 343 public repositories matching this topic...
Python solutions for Data Structures and Algorithms, organized topic-wise from leetcode
-
Updated
Nov 12, 2025 - Python
Constraint satisfaction puzzle solver implementing multiple AI search strategies to solve NURUOMINO (LITS) puzzles with optimal tetromino placement.
-
Updated
Nov 6, 2025 - Python
A comprehensive implementation of DNA sequence alignment algorithms using dynamic programming.
-
Updated
Nov 5, 2025 - Python
A collection of data-structures and algorithms
-
Updated
Nov 2, 2025 - Python
Sudoku Solver highlighting two algorithms: Heuristic and Backracking with performance tracking and a simple UI
-
Updated
Oct 28, 2025 - Python
Transform your malware sandbox reports and execution traces into behavior and category graphs and plot their Windows Behavior Catalog (WBC) behavior identification.
-
Updated
Oct 22, 2025 - Python
A repository containing my solutions to LeetCode problems
-
Updated
Oct 21, 2025 - Python
Final compliant solution: Dijkstra from scratch, backtracking CSP, transposition-invariant pattern analysis; no dict/set; interactive CLI
-
Updated
Oct 20, 2025 - Python
Resolución automática de sudokus en Python usando recursividad y backtracking.
-
Updated
Oct 14, 2025 - Python
An efficient Python script for solving 9x9 Sudoku puzzles. Uses backtracking to recursively solve the puzzle and validates moves against standard Sudoku rules.
-
Updated
Oct 14, 2025 - Python
Sudoku Solver Python-based using recursion and backtracking to instantly solve Sudoku puzzles with ease.
-
Updated
Oct 14, 2025 - Python
Resolución del problema de las 8 reinas en Python usando recursividad y backtracking.
-
Updated
Oct 14, 2025 - Python
Fast, exact-cover Sudoku solver & generator using DLX (Algorithm X). Clean API, CLI, tests, and a browser demo (Pyodide).
-
Updated
Oct 27, 2025 - Python
Algorithm development for Leetcode problems using Python & C++
-
Updated
Oct 6, 2025 - Python
Collection of @leetcode problems Daily Challenges and their possible solutions with different approaches along side the @leetcode @topics of DSA.Below review the LeetCode-Profile
-
Updated
Sep 26, 2025 - Python
Solutions and notes from Poridhi.io Backend Engineering (Modules 1–11). Covers basic programming, math, arrays, hashing, linked lists, recursion, trees, graphs, DP, backtracking, heaps, sorting, stacks, and queues with practice problems.
-
Updated
Sep 26, 2025 - Python
Collection of LeetCode problems that I am solving daily. Spread some ❤ by giving ⭐.
-
Updated
Sep 19, 2025 - Python
AC-3, Backtracking search and Min-Conflicts algorithms implementation to solve CSPs
-
Updated
Sep 5, 2025 - Python
Improve this page
Add a description, image, and links to the backtracking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backtracking topic, visit your repo's landing page and select "manage topics."