An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: backtracking-algorithm

TerenceCLZhang/Sodoku-Solver

A Python program made with Pygame which can solve Sodoku puzzles using the backtracking algorithm.

Language: Python - Size: 5.86 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

HxnDev/Exam-Schedling-using-Backtracking-Algorithm

Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.

Language: Python - Size: 85.9 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

tony-vn/KnightsTour

Using backtracking or DFS to solve the Knight's Tour problem in C++

Language: C++ - Size: 151 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

terencelauu/sorting-algo_case-study

Language: Jupyter Notebook - Size: 19.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

shubhbansal44/DSA-Workspace

DSA Codebase

Language: C++ - Size: 3.02 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

JuliaSzymanska/Artificial-Intelligence

Implementing Artificial Neural Network training process in Python

Language: Python - Size: 1.84 MB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 15 - Forks: 2

CodeVerse-ir/N-queen

Language: JavaScript - Size: 0 Bytes - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

stephenombuya/Maze-Solver

This project is a simple Maze Solver implemented in C using a recursive backtracking algorithm. The program takes a 2D maze grid as input and finds a path from the top-left corner to the bottom-right corner if it exists.

Language: C - Size: 0 Bytes - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

frusean/InteractiveAlgoSuite

Algorithm Visualizer Suite A Python project featuring interactive tools to solve algorithm problems: N-Queens – Drag-and-drop queen placement with dynamic backtracking. Subset Sum – GUI-based solver with step-by-step output. Word Search – Grid-based solver with path highlighting. Intuitive, educational, and visually engaging.

Language: Python - Size: 238 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

tsembp/EPL232-HW3

Automated Latin Square Game - Panagiotis Tsembekis & Rafael Tsekouronas

Language: CSS - Size: 1.17 MB - Last synced at: 9 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

sr-tamim/sudoku-c-program

Sudoku game built using C programming language and backtracking algorithm

Language: C - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

habibsql/TheAlgorithms

Demonastrate various important algorithms for learning programming better.

Language: C# - Size: 2.43 MB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

RoyLuoNanjing/leetcode-daily

Daily practice with Leetcode and HackerRank. Just do it!

Language: Java - Size: 21.7 MB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

AbhishekX2004/SudokuSolver

Solve Sudoku problems

Language: JavaScript - Size: 134 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

jgcmarins/graph-coloring

Graph coloring software that uses backtracking algorithm

Language: C++ - Size: 143 KB - Last synced at: 2 months ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 1

SarthakSKumar/Solving-CSP-using-RAT

Project which uses algorithms involving Backtracking to solve Constraint Satisfaction Problems. CSE Sem-I Project 2022

Language: Python - Size: 48 MB - Last synced at: 26 days ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 1

RamezzE/MazeSolver

Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.

Language: C++ - Size: 818 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

sionpardosi/Knapsack-Algoritma-Backtracking

App Knapsack dengan Algoritma Backtracking

Language: HTML - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: 12 months ago - Stars: 31 - Forks: 0

ser-arthur/sudoku-arcade

Classic Sudoku game with an interactive GUI built in Pygame.

Language: Python - Size: 3.9 MB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

HieuPahm-R2/DSA_Cpp-Java

Some common problems in dsa with C/C++ And Java

Language: C++ - Size: 188 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

aditya43/data-structures-algorithms

:hotsprings: Data structures, algorithms and problem solving patterns using JavaScript.

Language: JavaScript - Size: 419 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 3

facundocarrizo99/tpo-progra3-backtracking

A backtracking algorithm to tess the best setup for a farm

Language: Java - Size: 43.9 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

noahdgrant/squareword-solver

A solver for the popular Squareword game

Language: C - Size: 96.7 KB - Last synced at: 8 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

oanapopescu93/backtrack_mouse_maze

Game that generates maze where you move a mouse to get the cheese

Language: JavaScript - Size: 424 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Muhammad-Sheraz-ds/Data-Structures-and-Algorithms-in-Python

I have put together an extensive repository focusing on Data Structures and Algorithms in Python. The goal is to equip developers with a deep understanding of these fundamental concepts, preparing them for technical interviews.

Language: Jupyter Notebook - Size: 2.92 MB - Last synced at: 6 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

04mscott/Game-GUI-Python-

GUI containing multiple games such as Hangman, Sudoku, Tic Tac Toe, Etc.

Language: Python - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

LLIEPJIOK/mazegenerator

Program for creating mazes and finding the shortest path between two points

Language: Go - Size: 48.8 KB - Last synced at: 5 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

aravinthakshan/Sudoku-Solver

Python Program that, solves any solvable Sudoku Puzzle using a backtracking algorithm.

Language: Python - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ajay-dhangar/backtracking

Backtracking

Language: HTML - Size: 253 KB - Last synced at: 25 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

OliverIgnetik/Data-Structures-Algorithms-Python

Repository on data structures and algorithms implemented for python.

Language: Python - Size: 8.55 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

ishaanSh06/n-queens

The shortest way solution to the n-queens question | 8x8 board

Language: HTML - Size: 29.3 KB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

apurva-modi/CS580-Intro-to-Artificial-Intelligence

Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, Differential Evolution, Genetic, Back Tracking..

Language: Jupyter Notebook - Size: 4.49 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 2

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.

Language: Jupyter Notebook - Size: 61.2 MB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 34 - Forks: 41

nasrat-v/maze_generator_solver

Kruskal maze generator & Backtracking mazer solver

Language: C - Size: 145 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

rezaarshad/KnightTour

Solving Knight's tour problem using Java

Language: Java - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

saif-gitreps/Recursion-visualizer

A Javascript project that visualizes the backtracking and bruteforce process that occurs in the Recursion stack, inspired by a Leetcode problem.

Language: JavaScript - Size: 34.2 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Israel-Charles/GUI-Dynamic-Maze-Solver

Java-based GUI application that solves mazes using backtracking algorithm. It visualizes the maze-solving process in real-time, highlighting the current path, backtracking steps, and teleportation through portals. The application effectively demonstrates pathfinding algorithms by marking visited cells, backtracking paths, and portal usage.

Language: Java - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Adwaith-Rajesh/0hh1-solver

0hh1 solver for the web (selenium)

Language: Python - Size: 9.77 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

saurabhkemekar/Puzzle

This Repository contains the programming assignment for python course during second year of my undergraduate degree

Language: Python - Size: 20 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 0

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.

Language: C++ - Size: 1.13 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 65 - Forks: 11

leeangelesss/sudoku-solver-and-generator

This is a simple yet powerful Sudoku project built in Python using Tkinter for the GUI and the Backtracking Algorithm for solving Sudoku puzzles. The program allows users to input, solve, clear, and generate Sudoku puzzles, with options to create puzzles at various difficulty levels (Easy, Medium, Hard, and Expert).

Language: Python - Size: 268 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

miindisponi99/Sudoku-Solver

Created a Sudoku solver using backtracking, recursively testing numbers to complete the puzzle

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dislick/sudoku-solver-typescript

Sudoku Backtracking Algorithm for JavaScript

Language: TypeScript - Size: 122 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 6 - Forks: 1

agrigoridou/SearchAlgorithms-TreeVisualizer

It creates and visualizes trees and supports various search algorithms such as BFS, DFS, UCS, A*, Best-First Search, IDS, and Backtracking

Language: C++ - Size: 316 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mahmoud-Iraqi/Sudoku-solver

Sudoku solver using backtracking

Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MaxJuniorr/eight-queens-puzzle

This repository contains a solution to the classic Eight Queens Puzzle, a combinatorial problem where the objective is to place eight queens on a standard chessboard (8x8) so that no two queens threaten each other. This means that no two queens can share the same row, column, or diagonal.

Language: Python - Size: 265 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dhruvvv55/suduko-solver-using-backtracking

Algorithm for solving Sudoku Puzzles using Backtracking Algorithm

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jaiswalchitransh/N-Queens-Problem-using-Backtracking

The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others.

Language: Python - Size: 468 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

srodsanz/robot-movement

Backtracking algorithm to solve matrix search on classical algorithmic problems

Language: Java - Size: 64.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ifrazaib/SuddukoPuzzle

I have added Sudoku puzzle solver in python language with the AC3 and Backtracking algorithm to master the Artificial Intelligence skills

Language: Python - Size: 651 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

captain-nemo1/Sudoku_Solver

Language: Python - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MishraShantanu/CMPT-360-Assigment-2

Class assignment coding problems based on concepts like Divide-&-Conquer and Backtracking Algorithms

Language: Java - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

QuyAnh2005/optimization-algorithms-analysis

Analyze Optimization Algorithms

Language: Jupyter Notebook - Size: 8.75 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ArpanMaheshwari144/BackTracking

Backtracking is a problem-solving method that builds solutions incrementally and abandons paths that fail constraints. It uses recursion to explore all possibilities, commonly applied in puzzles and optimization problems.

Language: C++ - Size: 348 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Pl4tt/algorithms_and_datastructures

Many different Algorithms and data structures written in Python and other languages.

Language: Python - Size: 47.9 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

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

Language: C++ - Size: 309 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 67

GroverSoans/SudokuApp-Server

Flask application as back-end for SudokuApp-Client

Language: Python - Size: 5.68 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

n0l3r/sudoku-solver

sudoku solver uses a backtracking algorithm to fulfill the big task of the algorithm strategy 2022 Institute Technology Sumatera

Language: C++ - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

axel7083/tangram-solver

Small algorithm using back tracing to solve a Tangram puzzle.

Language: Python - Size: 362 KB - Last synced at: 21 days ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 2

sozelfist/Python-Fundamentals πŸ“¦

A solid, comprehensive foundation on data structures and algorithms in Python

Language: Python - Size: 2.48 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

Arkaraj/mazesolver

A fun basic Maze solver on: https://arkaraj.github.io/mazesolver/, Made with A* and dijkstra's algo, Play the game on: https://arkaraj.github.io/mazesolver/maze2.html

Language: JavaScript - Size: 16.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

SaeedGz98/stralgo

A comprehensive library of algorithm implementations in C#, covering dynamic programming, greedy algorithms, graph theory, and more. Ideal for coding interviews, competitive programming, and enhancing algorithmic skills.

Language: C# - Size: 275 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Sultanax/Sudoku

Command-Line Sudoku Game

Language: Java - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

miellekc/CS21-Sudoku-Solver-Using-MIPS-Assembly

This repository contains a program written in MIPS assembly that solves Sudoku puzzles. The input is a Sudoku board with empty cells, and the output is the solved board. The algorithm for this program involves backtracking. [CS 21 - Computer Organization & Architecture Course Requirement, UPD DCS]

Language: Assembly - Size: 194 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ArunR1408/DSA

A curated collection of data structures and algorithms implemented in Python.

Language: Python - Size: 43 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

lostintime101/leetcode-algos-data-structures

Backup of my LeetCode solutions with unit tests

Language: Python - Size: 345 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

vickyraut/Java-DSA

Learning DSA with java..β˜•

Language: Java - Size: 3.68 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

XXalchemist/Sudoku_Solver

Sudoku solver using python programming language and backtracking algorithm.

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

maxjdev/Especialista-Backend-Java

RepositΓ³rio destinado para entrega de tarefas para o curso Especialista Back-End Java - Escola BritΓ’nica de Artes Criativas e Tecnologia

Language: Java - Size: 250 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hunter2106/Prismforce-ASDE-Algorithm-Test

Prismforce Assignment for ASDE Role

Language: C++ - Size: 1.25 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ryanmk54/recursive-sudoku-solver

Recursive sudoku solver written in Python

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

Hasnatrasool163/Sudoku_Solver

This repository contains cli and gui app to check backtracking and sudoku map generation and solution.

Language: Java - Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

PontusHovb/Sudoku-Solver

Different algorithms for solving Sudoku-puzzles written in Python & C

Language: Python - Size: 6.73 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Shivam1432/Backtracking-Problems

create Java solutions to some common Backtracking Problems

Language: Java - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Shivam1432/Sudoku-Solver

Solve sudoku using Backtracking algorithm in Java

Language: Java - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ddubeyyy/Sudoku

This project implements a Sudoku solver in Java using a backtracking algorithm to efficiently solve puzzles, ensuring each row, column, and 3x3 subgrid contains all digits from 1 to 9. The solver includes input validation and a simple console-based user interface.

Language: Java - Size: 43 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

prbasha/MazeGenerator

A random maze generator. Based on the Recursive Backtracker algorithm. Implemented in C# .NET WPF.

Language: C# - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

lnvaldez/maze-solver

Generates a random maze and solves it using recursive backtracking. The maze generation utilizes Depth-First Search (DFS) to carve out passages and create a unique maze layout for each run.

Language: C++ - Size: 10.7 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

kmAyush/Sudoku-Java-Game

Sudoku game with UI

Language: Java - Size: 7.33 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ali-Elshorpagi/algorithms

Algorithms implemented in C++

Language: C++ - Size: 1.09 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

Aman-Agrawal-22/N-Queens-Visualizer

N-queens Visualizer using backtracking

Language: JavaScript - Size: 184 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

IamGodseye/Sudoku-Solver-Project

Fun project: Implemented a backtracking algorithm to solve the sudoku puzzle fetched from "https://sugoku.herokuapp.com/board?difficulty=["WriteDifficultyHere"]"

Language: HTML - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

barbarj/fillit-bitwise

An implementation of my fillit project, using bitwise operators.

Language: C - Size: 200 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

dbatydev/nodejs-sudoku-solver

Basic Sudoku solver example app using NodeJS and the backtracking algorithm.

Language: JavaScript - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dbatydev/python-sudoku-solver

Basic sudoku solver in python using the backtracking algorithm.

Language: Python - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

saikowshikp/SudokuSolver

C++ header file to generate and solve sudoku

Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NisarLDev/Recursion-Backtracking-Algorithms-Java

Course of Udemy about advanced backtracking, permutation and recursion with Java

Language: Java - Size: 425 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

Shaiza134/sudoko-solver

Sudoku Solver using C++

Language: C++ - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ppirog/AlgorithmsAndDataStructures

The algorithms were written as part of the Algorithms and Data Structures class at UMCS.

Language: C++ - Size: 1.05 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hong4rc/sudok

Sudoku Node.js

Language: TypeScript - Size: 44.9 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

ianchaulh/fold-it-solver

A backtracking-based algorithm to solve the Fold-It board game.

Language: Python - Size: 1.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

samyam81/Normie-Cpp

This repository contains several sub-repositories, each showcasing different projects and implementations in C++.

Language: C++ - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

adnanAlKharfan/knapsack-application-solver-using-backtracking

This Flutter application provides a solution to the Knapsack problem using the backtracking algorithm. The Knapsack problem is a combinatorial optimization problem, which involves selecting a subset of items with given weights and values to maximize the total value without exceeding a given weight limit.

Language: Dart - Size: 181 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

waldohidalgo/sudoku-solver

Cuarto proyecto requisito obligatorio para obtener la Quality Assurance Certification de freecodecamp

Language: JavaScript - Size: 792 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mrdcvlsc/minimax-tic-tac-toe

Tic-tac-toe web-app game with minimax algorithm deployed in vercel

Language: JavaScript - Size: 112 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

edinabwari/PRODIGY_SD_04

Implementing a Sudoku solver,

Language: Python - Size: 192 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BurhanHussain1/Sudoku-Puzzle-Solver-Python-

Sudoku puzzle solver using ARC-3 and Backtracking Algorithms

Language: Python - Size: 761 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

naimmoltrasio/Crossword-Solver-with-Backtracking

Crossword Solver using the backtracking algorithm and the 100 most common words in the English dictionary.

Language: Python - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mrugank97/CleverMoves

The project includes advanced algorithms for optimal move strategies in games like Sudoku and Tic-Tac-Toe, ensuring challenging gameplay and efficient problem-solving.

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

abhijeetkakade1234/Sudoku-Solver

Fast and efficient Sudoku solver implemented in Java, using a backtracking algorithm to solve any Sudoku puzzle you input.

Language: Java - Size: 501 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Related Keywords
backtracking-algorithm 829 sudoku-solver 198 backtracking 157 sudoku 141 python 133 dynamic-programming 105 java 91 recursion 89 algorithms 76 greedy-algorithms 63 data-structures 57 python3 57 cpp 53 javascript 50 sorting-algorithms 46 linked-list 43 algorithm 37 divide-and-conquer 36 pygame 35 c 35 backtracking-search 35 stack 35 game 29 graph 29 graph-algorithms 29 recursive-algorithm 28 solver 28 algorithms-and-data-structures 26 sudoku-generator 26 sudoku-puzzle 23 artificial-intelligence 23 queue 22 css 21 sudoku-game 21 array 21 maze-solver 21 ai 21 html 20 searching-algorithms 20 puzzle 19 constraint-satisfaction-problem 19 binary-search 18 maze 17 maze-generator 17 c-plus-plus 17 nqueens-problem 17 forward-checking 16 binary-search-tree 16 string 15 depth-first-search 15 leetcode-solutions 15 dfs-algorithm 14 heap 14 gui 14 greedy-algorithm 14 arrays 14 dsa 14 opencv 13 tree 13 brute-force 13 hashing 12 problem-solving 12 stacks 12 csp 12 recursive 12 tree-structure 12 queues 12 trees 12 leetcode 12 hacktoberfest 11 genetic-algorithm 11 puzzle-solver 11 dsa-algorithm 11 algorithm-challenges 11 visualization 11 bit-manipulation 11 competitive-programming 11 tkinter 10 graphs 10 data-structures-and-algorithms 10 strings 10 tkinter-gui 9 html-css-javascript 9 pathfinding 9 dfs 9 n-queens-problem 9 binary-tree 9 dijkstra-algorithm 8 recursion-algorithm 8 javafx 8 csharp 8 trie 8 n-queens 8 bfs 8 knight-tour 8 math 7 knapsack-problem 7 two-pointers 7 nqueens-problem-solver 7 nqueens-solution 7