Here are
251 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.
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms 💻
Updated
Dec 5, 2019
Python
Solution to LeetCode Problems in Python and Golang 🎯
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
Updated
Mar 17, 2019
Java
This is a GUI Sudoku game with a solver. The solver was implemented using the backtracking algorithm.
Updated
Jun 12, 2020
Python
A Simple Java script Based Maze game...
Updated
Aug 11, 2018
JavaScript
Insanely fast crossword generator
Implementing Artificial Neural Network training process in Python
Updated
Jun 8, 2020
Python
Backtracking Sudoku Solver (Unfinished)
Solving the popular NP problem, The Subset Sum Problem, with an Amortized O(n) algorithm based on Recursive Backtracking. The Algorithm stood second fastest in the organized Intra-University competition.
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
LeetCode training execrises from june 21th 2018
Updated
Apr 11, 2020
Python
A simple sudoku solver in C++ (COMSC165 Final Project)
Generalizations on backtracking algorithms (w or w/o recursion). They can use whatever data-structures and heuristic functions.
Updated
Feb 2, 2020
Python
A simple program to solve sudoku using a backtracking algorithm and visualize the working of the backtracking algorithm in real-time. Also playable!
Updated
May 24, 2020
JavaScript
Project to learn and understand backtracking algorithms with the goal to solve a crossword puzzle
Updated
Nov 11, 2016
Python
Recursive sudoku solver written in Python
Updated
Jun 12, 2017
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
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.