Here are
229 public repositories
matching this topic...
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
A Sudoku puzzle generator written in C++ using modified and efficient backtracking algorithm.
Solution to LeetCode Problems in Python and Golang 🎯
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms 💻
Updated
Dec 5, 2019
Python
Intro to Algorithms MW 3:30 - 4:50
Updated
May 12, 2020
HTML
Solving sudoku puzzle using backtracking and AC-3
Updated
Jul 15, 2017
Python
PHP Based Sudoku Puzzle Solving
Updated
May 11, 2019
Swift
Minecraft maze generator plugin
Updated
Apr 11, 2020
Java
Design a Sudoku in python and its solution using Backtracking Algorithm
Updated
Oct 21, 2017
Python
GUI desktop Sudoku game using pygame.
Updated
Mar 10, 2020
Python
A Simple Java script Based Maze game...
Updated
Aug 11, 2018
JavaScript
Updated
Mar 17, 2019
Java
Backtracking Sudoku Solver (Unfinished)
Graph coloring software that uses backtracking algorithm
Sudoku Backtracking Algorithm for JavaScript
Updated
Jan 30, 2018
TypeScript
Project of Programming Paradigms course
Updated
Jan 13, 2019
JavaScript
On & Mey Braude timetabler school project
A simple sudoku solver in C++ (COMSC165 Final Project)
LeetCode training execrises from june 21th 2018
Updated
Apr 11, 2020
Python
Insanely fast crossword generator
Generalizations on backtracking algorithms (w or w/o recursion). They can use whatever data-structures and heuristic functions.
Updated
Feb 2, 2020
Python
Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem
Updated
May 12, 2017
Java
Recursive sudoku solver written in Python
Updated
Jun 12, 2017
Python
Updated
Jul 14, 2018
MATLAB
sudoku resolving using AI algorithms
Updated
Oct 30, 2017
Java
Sudoku solver in JavaScript
Updated
Jul 31, 2019
JavaScript
Kruskal maze generator & Backtracking mazer solver
Improve this page
Add a description, image, and links to the
backtracking-algorithm
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
backtracking-algorithm
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently most solutions don't have any descriptive comments that would help explain the working of the submitted solution. Variable names, function names can also be improved.