Projects in Awesome Lists tagged with backtracking-algorithm
A curated list of projects in awesome lists tagged with backtracking-algorithm .
https://github.com/vaithak/sudoku-generator
A simple sudoku puzzle generator written in C++.
algorithm backtracking-algorithm cpp hacktoberfest hacktoberfest2021 puzzle puzzle-generator sudoku sudoku-game sudoku-generator sudoku-puzzle
Last synced: 11 Jul 2025
https://github.com/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.
backtracking-algorithm codechef codechef-solutions competitive-coding competitive-programming cplusplus cplusplus-11 hackerblocks hackerrank hackerrank-solutions interview-practice interview-prep interview-preparation interview-questions interviewbit interviewbit-solutions leetcode-cpp leetcode-solutions programming spoj-solutions
Last synced: 30 Aug 2025
https://github.com/sadanandpai/sudoku-solver
Sudoku Solver
backtracking-algorithm solidjs sudoku-solver
Last synced: 27 Mar 2025
https://github.com/ymercad0/Sudoku-GUI
Simple Sudoku Game built on Pygame as a backtracking algorithm visualizer. Credits to TechWithTim for the idea.
backtracking-algorithm pygame python sudoku-game visualizer
Last synced: 10 Sep 2025
https://github.com/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.
arithmetic backtracking-algorithm bit-manipulation ciphers computer-vision contributions-welcome cryptography data-structures data-structures-and-algorithms deep-learning dynamic-programming hacktoberfest hacktoberfest2022 machine-learning-algorithms open-source pathfinding python3 scheduling-algorithms searching-algorithms sorting-algorithms
Last synced: 17 Apr 2025
https://github.com/sionpardosi/knapsack-algoritma-backtracking
App Knapsack dengan Algoritma Backtracking
Last synced: 02 Jan 2026
https://github.com/edoardottt/py-problems-solutions
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms :computer:
algorithm algorithms algorithms-and-data-structures algorithms-implemented backtracking backtracking-algorithm code-design coding coding-challenges design dynamic-programming graphs python python-3 python-script python3 techniques
Last synced: 20 Jun 2025
https://github.com/rudrakshi99/data-structures-and-algorithm
A collection of algorithms and data structures in C++. If you loved it, give a 🌟!
algorithm algorithms backtracking-algorithm binary-search-tree bit-manipulation cpp data-structures dynamic-programming graph greedy-algorithms hashing heap linked-list number-theory queue recursion sorting-algorithms stack trees trie
Last synced: 26 Jul 2025
https://github.com/juliaszymanska/artificial-intelligence
Implementing Artificial Neural Network training process in Python
ai aproximation backtracking backtracking-algorithm classification color-quantization k-means kohonen kohonen-network kohonen-neural-network mlp neural-gas neural-network neuron neurons python radial-basis-function rbf sigmoid-activation sigmoid-function
Last synced: 12 Apr 2025
https://github.com/nibble-4bits/sudoku-solver-visualizer
A web application to visualize sudoku solving using backtracking
backtracking-algorithm sudoku sudoku-backtracking sudoku-solver sudoku-solver-visualizer sudoku-visualizer visualization
Last synced: 10 Apr 2025
https://github.com/axel7083/tangram-solver
Small algorithm using back tracing to solve a Tangram puzzle.
backtracking-algorithm puzzle tangram
Last synced: 31 Oct 2025
https://github.com/hamed-rezaee/dart_sudoku_solver_backtracking
A command-line application for solving sudoku puzzles.
backtracking-algorithm dart sudoku-solver
Last synced: 24 Oct 2025
https://github.com/lolooppo/the_maze_runner
Opengl C++ 2-D Maze Game (Functional Programming)
backtracking-algorithm critical-thinking dfs-algorithm opengl problem-solving randomized-algorithm
Last synced: 10 Apr 2025
https://github.com/hadialqattan/sudoku
This is a GUI Sudoku game with a solver. The solver was implemented using the backtracking algorithm.
backtracking-algorithm gui-desktop pygame python3 solver sudoku-game
Last synced: 04 Sep 2025
https://github.com/ali-elshorpagi/algorithms
Algorithms implemented in C++
algorithms backtracking-algorithm bfs-algorithm binary-search competitive-programming cpp dfs-algorithm dijkstra-algorithm divide-and-conquer dynamic-programming floyd-warshall-algorithm graph graph-representation kruskal-algorithm prim-algorithm problem-solving recursion shortest-path-algorithm sorting-algorithms topological-sort
Last synced: 27 Sep 2025
https://github.com/venkat-0706/dsa-algo
Comprehensive collection of DSA algorithms with implementations and explanations. Aiming to master Data Structures and Algorithms one step at a time!
backtracking-algorithm data-structures divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms hashing recursion-algorithm searching-algorithms sorting-algorithms
Last synced: 13 Apr 2025
https://github.com/abdulahad968/tele-word-game-in-c-
Search the words combination in an NxN grid untill all the word in the provided list are over and you are finally left with a TeleWord, found by traversing across matrix row by row.
arrays backtracking-algorithm backtracking-search cpp filehandling
Last synced: 21 Jul 2025
https://github.com/canxkoz/sudoku-solver
A simple sudoku solver in C++ (COMSC165 Final Project)
backtracking-algorithm brute-force bruteforce
Last synced: 18 Oct 2025
https://github.com/dislick/sudoku-solver-typescript
Sudoku Backtracking Algorithm for JavaScript
backtracking-algorithm javascript sudoku-solver typescript
Last synced: 28 Apr 2025
https://github.com/abdallahhemdan/sudoku-solver
🔢 A Simple Sudoku Solver Using Recursive Backtracking technique..
backtracking backtracking-algorithm cpp sudoku-solver
Last synced: 22 Jul 2025
https://github.com/hasnatrasool163/sudoku_solver
This repository contains cli and gui app to check backtracking and sudoku map generation and solution.
backtracking backtracking-algorithm recurison recursion recursive-algorithm sudoku-solver suduko suduko-generator suduku
Last synced: 26 Jun 2025
https://github.com/marcin-chwedczuk/reng
Simple toy regex engine implemented using backtracking algorithm and continuations.
backtracking-algorithm continuations regex-engine
Last synced: 08 Oct 2025
https://github.com/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.
backtracking backtracking-algorithm code constraint-satisfaction-problem exam-schedule exam-scheduler exam-scheduling python
Last synced: 07 May 2025
https://github.com/meg4cyberc4t/sudoku_solver
Example using the backtracking algorithm to solve sudoku
backtrack backtracking-algorithm dart flutter solver sudoku
Last synced: 06 May 2025
https://github.com/lakshayd02/sudoku_solver_python
This repository contains a Python program that automatically solves Sudoku puzzles. It takes an input grid representing an unsolved puzzle and uses a backtracking algorithm to find the correct solution. A great tool for Sudoku enthusiasts and those learning about algorithms! 🧠
backtracking backtracking-algorithm python python3 pythonlibrarires sudoku sudoku-game sudoku-solver
Last synced: 23 Aug 2025
https://github.com/shikha-code36/leetcode-solutions-python
Python Solution for Leetcode Questions
algorithms-and-data-structures arrays backtracking-algorithm bfs coding-interviews dfs dynamic-programming graphs heapsort-algorithm interview-preparation leetcode-patterns leetcode-python leetcode-solutions linked-list python-ds-algo queues recursion stacks strings trees
Last synced: 08 Oct 2025
https://github.com/kumpatlapavankumar/n-queen-visualiser-project
Web page(N-queen-visulizer) using HTML,CSS,JavaScript and Backtracking algorithm
backtracking-algorithm competitive-programming computer-science css daily-coding-problem enjoy-coding geeksforgeeks html java javascript leetcode
Last synced: 15 Oct 2025
https://github.com/ramezze/mazesolver
Maze generation, solving & finding shortest paths algorithms with backtracking, written in C++ and SFML.
backtracking backtracking-algorithm dfs dfs-algorithm maze maze-algorithms maze-generator maze-solver pathfinding shortest-path shortest-path-algorithm shortest-paths
Last synced: 24 Apr 2025
https://github.com/felipecacique/sudokusolver
Algorithms to solve Sudoku of sizes 9x9, 16x16 and 25x25
ac3-algorithm backtracking-algorithm computing-science computingscience python sudoku sudoku-solver
Last synced: 16 Jun 2025
https://github.com/aditya43/data-structures-algorithms
:hotsprings: Data structures, algorithms and problem solving patterns using JavaScript.
algorithm avl-tree-implementations backtracking-algorithm complexity data-structures-and-algorithms dijkstra-algorithm dynamic-programming graph-traversal-algorithms leetcode memoization sliding-windows tree-traversal-algorithm trie-tree
Last synced: 28 Jun 2025
https://github.com/rudrakshi99/sudoku_web_app
A Javascript implementation of the Sudoku game, including a backtracking algorithm solver.
backtracking-algorithm css html javascript sudoku-solver
Last synced: 16 Mar 2025
https://github.com/dthe223/wang-tiles-2d
Using recursive backtracking to implement Wang Tiles to "randomly" create an image from smaller images that are similar.
backtracking-algorithm python python-3-5
Last synced: 25 Dec 2025
https://github.com/amirabdollahi/knight-tour
This repository provides a C# solution to the classic Knight's Tour problem using the backtracking algorithm. It supports customizable chessboard sizes and starting positions, offering a practical example of recursion and backtracking in problem-solving.
algorithms backtracking-algorithm c-sharp chessboard-game depth-first-search graphics2d knight-tour knights-tour pathfinding-algorithm recursion
Last synced: 29 Oct 2025
https://github.com/shinbatsu/nonogram-solver
Multisize Nonogram Solver
backtracking-algorithm nonograms optimization
Last synced: 16 Oct 2025
https://github.com/samyam81/normie-cpp
This repository contains several sub-repositories, each showcasing different projects and implementations in C++.
backtracking-algorithm cpp credit-card employee-management-system readme soduku-solver student-management-system
Last synced: 22 Mar 2025
https://github.com/ser-arthur/sudoku-arcade
Classic Sudoku game with an interactive GUI built in Pygame.
backtracking-algorithm gamedevelopment minimax-algorithm puzzle pygame sudoku
Last synced: 06 Jan 2026
https://github.com/sr-tamim/sudoku-c-program
Sudoku game built using C programming language and backtracking algorithm
backtracking backtracking-algorithm c-program c-programming c-programming-game c-programming-project sudoku sudoku-c-program sudoku-game sudoku-generator
Last synced: 07 Oct 2025
https://github.com/jgcmarins/graph-coloring
Graph coloring software that uses backtracking algorithm
backtracking-algorithm college-purpose cpp graph-coloring
Last synced: 15 Sep 2025
https://github.com/arsenic-atg/sudoku-solver
Solve Sudoku of any difficulty with just a single click
algorithm backtracking backtracking-algorithm c-plus-plus cpp11 cpp14 cpp17 sudoku-solver
Last synced: 24 Dec 2025
https://github.com/chenhcy/algorithmsquestion
Data Structures, Algorithms Small Training Course
algorithm backtracking-algorithm bfs binary-search binary-search-algorithm binary-search-tree data-structures dfs dp hashmap interview-questions java leetcode leetcode-contest oriented-object-programming sorting-algorithms two-pointer
Last synced: 15 Jun 2025
https://github.com/juffalow/sudokujs
Sudoku solver in JavaScript
backtracking-algorithm javascript
Last synced: 19 Jan 2026
https://github.com/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..
algorithms artificial-intelligence backtracking-algorithm bfs dfs dynamic-programming forward-checking genetic-algorithm heuristic-search-algorithms hill-climbing-search neural-network othello-game sudoku-solver travelling-salesman-problem
Last synced: 25 Aug 2025
https://github.com/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.
backtracking backtracking-algorithm cpp maze maze-algorithms maze-generator maze-solver mazes mazesolver random random-generation recursive
Last synced: 04 Dec 2025
https://github.com/arikiver/lucius
3D Endless Maze Runner
3d ambiance backtracking-algorithm game maze-generator maze-runner random-generation sound-design unity3d
Last synced: 30 Oct 2025
https://github.com/abhishekshree/sudoku
Created an application to solve sudoku using backtracking
Last synced: 14 Feb 2026
https://github.com/samuelselasi/alx-interview
Software Engineering Interview Preparation
apis backtracking-algorithm depth-first-search greedy-algorithms log-parsing minimum-operations pascals-triangle sieve-of-eratosthenes utf-8-encoding
Last synced: 17 Mar 2025
https://github.com/rafiulgits/algorithm
Algorithm codes :: graph theory, dynamic programming, recursion, backtracking
backtracking-algorithm dynamic-programming graph-algorithms greedy-algorithms recursion
Last synced: 17 Mar 2025
https://github.com/carmhack/mazegen
A maze generator made with Vue and p5.js
algorithms astar-algorithm backtracking-algorithm canvas dfs-algorithm generator maze p5js vue
Last synced: 02 Mar 2025
https://github.com/alizaynoune/sudoku
solving sudoku puzzle with backtracking
backtracking-algorithm sudoku sudoku-solver
Last synced: 04 Jul 2025
https://github.com/olow304/data-structures-algorithms-for-somali-devs
A Collection of Algorithms And Data Structures in Python for Somali developers
algorithm-challenges algorithms algorithms-and-data-structures arr backtracking-algorithm competitive-programming complexity data-structures java python search-algorithm somali somalia sort tree tree-structure
Last synced: 23 Feb 2025
https://github.com/preetvadaliya/sudoku-solver
Simple sudoku solver using python and backtracking algorithm.
backtracking backtracking-algorithm python sudoku-solver
Last synced: 27 Mar 2025
https://github.com/analiaburgosdev/java_backtracking_subset-sum
This exercise involves finding all combinations of a set of distinct positive integers such that the sum of the elements in each combination equals a given value M
Last synced: 19 Jun 2025
https://github.com/mistermboy/piramidebacktracking
Resolución de pirámides mediante el algoritmo backtraking
algorithm backtracking backtracking-algorithm
Last synced: 11 Jun 2025
https://github.com/bgmp/sudokusolver
9x9 Sudoku Solver written in Java
backtracking-algorithm java sudoku-solver
Last synced: 28 Mar 2025
https://github.com/tinniaru3005/pythonsudokusolver
An algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.
Last synced: 31 Dec 2025
https://github.com/mrdcvlsc/minimax-tic-tac-toe
Tic-tac-toe web-app game with minimax algorithm deployed in vercel
backtracking-algorithm board-game css dfs evaluation game-theory gametheory html javascript library minimax-algorithm nodejs searching-algorithms tic-tac-toe webapp
Last synced: 06 Apr 2025
https://github.com/danielbrodi/knights-tour
The Knight’s tour problem solved in C with both the naive and the heuristic solutions, using a backtracking algorithm, recursion and a bit array. Includes GUI,
backtracking backtracking-algorithm c chess chess-ai chess-board chess-game chessboard heuristic-algorithm heuristic-search heuristic-search-algorithms heuristics knight-problem knight-tour knights-tour knightstour memory-management options-strategies recursion recursive-algorithm
Last synced: 13 May 2025
https://github.com/analiaburgosdev/java_backtracking_4x4-board
The goal of this exercise is to solve a sorting problem on a 4x4 board where numbers from 1 to 15 are randomly placed, and one tile is empty. The task is to determine a sequence of moves to swap adjacent numbers (horizontally or vertically) with the empty tile so that the numbers are arranged in order and the empty tile ends up at position (4,4).
Last synced: 14 Sep 2025
https://github.com/broderick-westrope/sudoku-generator
A collection of increasingly more efficient algorithms for generating & solving sudoku puzzles.
algorithms algorithms-and-data-structures backtracking-algorithm cli python python3 sudoku
Last synced: 18 Mar 2025
https://github.com/adwaith-rajesh/0hh1-solver
0hh1 solver for the web (selenium)
0hh1 backtracking-algorithm python3 sudoku-solver
Last synced: 03 Mar 2025
https://github.com/tynoee/sudoku-solver
This is a sudoku solver using backtracking algorithm. It includes graphical GUI.
backtracking-algorithm gui pygame python sudoku-solver
Last synced: 25 Oct 2025
https://github.com/indiependente/backtracksudoku
Sudoku solver implemented with Backtrack
backtracking-algorithm python sudoku-solver
Last synced: 04 Oct 2025
https://github.com/ttwag/p10_sudoku_master
A program that solves any sudoku puzzle and provides a user interface.
backtracking-algorithm cpp dsa-algorithm gui-application qtcreator recursion-algorithm sudoku-solver
Last synced: 04 Oct 2025
https://github.com/kammitama5/c-datastructs-spring17
collection of C++ notes and programmes
backtracking-algorithm cpp datastructures linked-list
Last synced: 17 Aug 2025
https://github.com/shikha-code36/striver-sde-sheet-python-solutions
Solution for Striver's SDE Sheet implemented in Python
algorithm backtracking-algorithm bit-manipulation data-structures dynamic-programming graphs-algorithms hashing hashmap heap interview-questions leetcode-solutions linked-list python-ds-algo python-leetcode recursive-algorithm strings striver-sde-sheet strivers-sde-sheet tree tries
Last synced: 03 Mar 2025
https://github.com/rohra-mehak/game-playing-algorithms
Game Playing Algorithms
ai backtracking-algorithm game python reversi sudoku-solver
Last synced: 15 Nov 2025
https://github.com/akankshaaa013/10daysrecursionchallenge
Let's Do a 10 Day Recursion Challenge :)
backtracking-algorithm challenge recursion
Last synced: 15 Mar 2025
https://github.com/sarvesh-sp/sudoku-solver
Solving 3x3 Sudoku using Backtracking algorithm.
backtracking-algorithm python3 sudoku sudoku-solver
Last synced: 15 Mar 2025
https://github.com/analiaburgosdev/java_bactracking_minimum-path-length
Java solution to a maze problem using object-oriented programming and search algorithms like backtracking or A* for minimum path length calculation.
backtracking-algorithm graph graph-algorithms java
Last synced: 02 Jul 2025
https://github.com/analiaburgosdev/java_backtracking_setpartition
The objective of this exercise is to determine if it is possible to divide a set of n integers into two disjoint subsets such that the sum of the elements in both subsets is equal.
Last synced: 02 Jul 2025
https://github.com/analiaburgosdev/java_backtracking_magic-board
The objective of this exercise is to develop an algorithm to place n*n distinct natural numbers, ranging from 1 to a value k (where k > n*n), on an n x n board. The constraint is that the sum of the numbers in each row and each column must be equal to a specific value S.
backtracking-algorithm board java
Last synced: 02 Jul 2025
https://github.com/analiaburgosdev/java_backtracking_atila-s-horse
Atila's Horse
Last synced: 02 Jul 2025
https://github.com/analiaburgosdev/practico_prog3
Final practical assignment focused on task scheduling and processor optimization using Backtracking and Greedy algorithms.
backtracking-algorithm greedy-algorithms java
Last synced: 02 Jul 2025
https://github.com/analiaburgosdev/java_backtracking_task-assignment-to-processors
Task Assignment to Processors
Last synced: 02 Jul 2025
https://github.com/ayvero/practico_prog3
Final practical assignment focused on task scheduling and processor optimization using Backtracking and Greedy algorithms.
backtracking-algorithm greedy-algorithms java
Last synced: 10 Jun 2025
https://github.com/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.
backtracking-algorithm css html javascript recursion
Last synced: 08 Apr 2025
https://github.com/shikha-code36/blind75-leetcode-solutions-python
Solutions to the curated list of 75 technical INTERVIEW questions on Blind using Python
algorithms algorithms-and-data-structures arrays-and-strings backtracking-algorithm bitmanipulation blind75 data-structures dynamic-programming graph hashing-algorithm interview-questions leetcode-python leetcode-solutions linked-list python python-ds-algo recursion trees trie twopointers
Last synced: 27 Nov 2025
https://github.com/codernayeem/2d-maze-solver
Solve and view the solution path of a 2D Maze
backtracking-algorithm cpp maze maze-solver
Last synced: 04 Jul 2025
https://github.com/arifahmed120829/sudoku_game
Sudoku is a logic-based, combinatorial number-placement puzzle.
2d-array backtracking-algorithm
Last synced: 28 Feb 2025
https://github.com/tgrothe/box-puzzle
A backtracking approach in Java for a box puzzle, perhaps similar to Sudoku
backtracking-algorithm box3d java puzzle-solver
Last synced: 21 Jan 2026
https://github.com/salma-mamdoh/rsvector
Our Project for Object Oriented Programming Course taken during Winter 2022 semester
backtracking-algorithm cpp data-structures exception-handling filesystem oop problem-solving recursion
Last synced: 27 Oct 2025
https://github.com/brisinger/matrix
Matrix traversal using dept-first search with backtracking to count no. of contiguous zeroes adjacent to each other
backtracking-algorithm depth-first-search flood-fill matrix
Last synced: 04 Jul 2025
https://github.com/red-rapious/tektonik-solver-2000
The implementation of a backtracking algorithm to solve Tektoniks
backtracking-algorithm game-solver game-theory
Last synced: 01 Mar 2025
https://github.com/albinotonnina/sudoku-solver-backtracking-algorithm
Learning to solve a sudoku with backtracking algorithms
algorithm algorithm-challenges backtracking-algorithm javascript jest nodejs sudoku tdd
Last synced: 16 Mar 2025
https://github.com/arunr1408/dsa
A curated collection of data structures and algorithms implemented in Python.
algorithms-and-data-structures backtracking-algorithm dynamic-programming graph-algorithms linked-list queue-algorithm stack-algorithm tree-structure
Last synced: 16 Dec 2025
https://github.com/mrmorais/c-eleste
Um jogo da cobrinha autônomo com algoritmo de backtracking
backtracking-algorithm maze snake-game solving-games
Last synced: 21 Feb 2025
https://github.com/rayniel95/golittleporjects
Little Go projects for training.
backtracking-algorithm go golang linked-list rb-tree recursive-algorithm solved-challenges solved-exercices solved-problems solved-programming-exercises training
Last synced: 06 Mar 2025
https://github.com/hardcoder05/algoritmia
Resolución de ejercicios del curso de Algoritmia ciclo 23-2
backtracking-algorithm brute-force divide-and-conquer dynamic-programming recursive-algorithm
Last synced: 07 Apr 2025
https://github.com/azizbekeshpolatov/_algorithms_with_dart_
📊 Algorithms Learning – A collection of essential algorithms with explanations and implementations to strengthen problem-solving and coding skills.
algorithm backtracking-algorithm bfs bfs-dfs bfs-search dsa-algorithm dynamic-programming tree-search tree-structure
Last synced: 07 Mar 2025
https://github.com/nisarldev/recursion-backtracking-algorithms-java
Course of Udemy about advanced backtracking, permutation and recursion with Java
advanced-programming backtracking-algorithm java leetcode-java leetcode-solutions permutation recursion
Last synced: 10 Apr 2025
https://github.com/bhaskaracharjee/sudokusolver
A Python program with a graphical interface that solves Sudoku puzzles.
backtracking-algorithm sudoku sudoku-generator sudoku-solver
Last synced: 16 May 2025
https://github.com/elmoha943/sudokusolver
Programa que resuelve sudokus utilizando algoritmo de Backtracking.
Last synced: 23 Mar 2025
https://github.com/progambler227788/leetsync-python
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
array backtracking-algorithm bfs-algorithm dfs-algorithm dynamic-programming graph heap leetcode leetcode-python leetcode-solutions matrix queue recursive-algorithm sorting-algorithms stack string topological-sort two-pointers
Last synced: 16 May 2025
https://github.com/harsha-vardhan-tangudu/design-analysis-and-algorithms-codes
Here I am providing all types of codes I practiced for my DAA Endsemester Examination
analysis backtracking-algorithm branch-bound-algorithm coinchange daa divide-and-conquer dp-algorithms greedy-algorithms python3 sorting-algorithms string-matching-algorithms
Last synced: 27 Feb 2025
https://github.com/terenceclzhang/sodoku-solver
A Python program made with Pygame which can solve Sodoku puzzles using the backtracking algorithm.
backtracking-algorithm pygame sodoku sodoku-generator sodokusolver
Last synced: 09 Mar 2025
https://github.com/2pa4ul2/killer-sudoku
Killer Sudoku Program Using Simulated Annealing, Backtracking, and Backjumping Algorithm
backjumping backtracking-algorithm killer-sudoku simulated-annealing sudoku-solver
Last synced: 24 Aug 2025
https://github.com/sergeychelak/synacor_challenge
Completed Synacor Challenge
backtracking backtracking-algorithm backtracking-search challenge memoization permutation-algorithms permutations rust synacor-challenge virtual-machine
Last synced: 24 Feb 2025
https://github.com/saisriramkamineni/sudokusolvergui-java
Developed a Java-based Sudoku Solver with a user-friendly Swing GUI. Implements efficient backtracking to solve puzzles in real-time.
backtracking-algorithm java javaswing
Last synced: 10 Apr 2025