backtracking-algorithm
There are 957 repositories under backtracking-algorithm topic.
Py-Contributors/AlgorithmsAndDataStructure
Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
kaidul/Data_Structure_and_Algorithms_Library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
vaithak/Sudoku-Generator
A simple sudoku puzzle generator written in C++.
sadanandpai/sudoku-solver
Sudoku Solver
akashmodak97/Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
jsgonsette/Wizium
Insanely fast crossword generator
phucnm/WordSearchPuzzle-Swift
Word Search Puzzle Game
ymercad0/Sudoku-GUI
Simple Sudoku Game built on Pygame as a backtracking algorithm visualizer. Credits to TechWithTim for the idea.
wagnerdevocelot/AlGo
Estrutura de dados e Algoritmos em Golang
prathimacode-hub/PyAlgo-Tree
👍This project aims to be a finest hub of various data structures and algorithms using python. Feel free to contribute and show your support by ✨ this repository.
joaopauloaramuni/fundamentos-de-projeto-e-analise-de-algoritmos
Repo Fundamentos de Projeto e Análise de Algoritmos
sionpardosi/Knapsack-Algoritma-Backtracking
App Knapsack dengan Algoritma Backtracking
edoardottt/py-problems-solutions
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms :computer:
rugbyprof/3013-Algorithms
Algorithms Course Repo
FramedStone/SassyNic
Multiple chrome extensions that hopes to speed up the tasks within MMU CliC.
Amirhossein-Rajabpour/Constraint-Satisfaction-Problems
Artificial Intelligence Course 3rd Project: Implementing CSP Backtracking, Forward Checking and MAC Algorithms in order to solve a binary puzzle
jonas1ara/IPN-CS
Ciencias de la computación impartidas en la Unidad Profesional Interdisciplinaria de Ingeniería Campus Tlaxcala (Linux)
rudrakshi99/Data-Structures-And-Algorithm
A collection of algorithms and data structures in C++. If you loved it, give a 🌟!
nibble-4bits/Sudoku-Solver-Visualizer
A web application to visualize sudoku solving using backtracking
rg1990/cv-sudoku-solver
Sudoku solver using computer vision and deep learning to extract and interpret Sudoku puzzles from images. Includes a fully functional Sudoku game built using Pygame.
JuliaSzymanska/Artificial-Intelligence
Implementing Artificial Neural Network training process in Python
shinbatsu/Nonogram-Solver
Multisize Nonogram Solver
tarunk04/sudoku-backtracking-visualizer
A simple program to solve sudoku using a backtracking algorithm and visualize the working of the backtracking algorithm in real-time. Also playable!
Souravrao-31/Data-Structure-and-Algorithms
Efficient code and competitive platform problems with solutions on Data Structure & Algorithms.
SrinidhiRaghavan/AI-Sudoku
Solving sudoku puzzle using backtracking and AC-3
dabigjoe6/a-star-solver
Pathfinding web application that visualizes the A* star algorithm
LakshaySK106/Algorithms
🌱Contribute in Hacktoberfest 2022 by contributing Data Structures and Algorithms Code in any programming language. Create your own issues. ✨Star it 🍴Fork it and Contribute to it <3
Pratul1997/LeetCode
Solution to LeetCode Problems in Python and Golang :dart:
thepeeyoosh/Samsung-Competency-Test-Questions
It contains the Samsung Online Assessment questions(3 Hr) and its solution.
axel7083/tangram-solver
Small algorithm using back tracing to solve a Tangram puzzle.
huaminghuangtw/Parallel-Sudoku-Solver
🔢 A parallelized Sudoku solver implemented with various solving algorithms in C++
Nawaz2000/Java-DSA
My DSA practise
hadialqattan/sudoku
This is a GUI Sudoku game with a solver. The solver was implemented using the backtracking algorithm.
SarthakSKumar/Solving-CSP-using-RAT
Project which uses algorithms involving Backtracking to solve Constraint Satisfaction Problems. CSE Sem-I Project 2022