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

Topic: "backtracking-algorithm"

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.

Language: C# - Size: 61.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

Arikiver/LUCIUS

3D Endless Maze Runner

Language: C# - Size: 339 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - 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: 4 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

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: 11 months ago - Pushed at: 11 months 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: 11 months ago - Pushed at: 11 months ago - Stars: 2 - 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: 12 months ago - Pushed at: 12 months 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: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - 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: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ruchikayadav1408/DSA-JAVA

DSA-PROBLEM SOLVING QUESTIONS. SOLUTION IN JAVA.

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

s4shibam/sudoku-wizard

Sudoku Wizard is an algorithmic project based on Backtracking Algorithm. This project illustrates the operation of the backtracking algorithm, which is used to solve any Sudoku puzzle.

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

ChenHCY/AlgorithmsQuestion

Data Structures, Algorithms Small Training Course

Language: Java - Size: 1.66 MB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ajay-dhangar/backtracking

Backtracking

Language: HTML - Size: 253 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 2 - 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: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

asaldelkhosh/Sudoku-Backtracking

Solving sudoku with backtraching algorithm.

Language: Python - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

kOOnzTe/Sudoku-Solver

This is a simple Sudoku game. Implemented a solver feature that uses the backtracking algorithm to find a solution to any solvable game.

Language: Python - Size: 3.49 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

oGaabs/LabirintoSolver_Java

Resolvedor de Labirintos em Arquivos txt. Desenvolvido para a matéria de Estrutura de Dados I para nosso querido professor Maligno (André) no COTUCA

Language: Java - Size: 208 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

alex-ortega-07/sudoku-solver-algorithm

A GUI app where you can write your sudoku to be solved using the backtracking algorithm

Language: C++ - Size: 126 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

dthe223/Wang-Tiles-2D

Using recursive backtracking to implement Wang Tiles to "randomly" create an image from smaller images that are similar.

Language: Python - Size: 234 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

vmsaif/backTrackingAlgo

The Maze Solver program uses a backtracking algorithm to determine if a mouse can escape from a maze. It systematically tries all routes through the maze and retraces back its path when it reaches a dead end. If all routes are exhausted, the program determines that the mouse is trapped.

Language: C - Size: 356 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ankitjha2603/algorithm-visualizer

This is a project to visualize algorithms using HTML, CSS, JavaScript. An algorithm is a set of instructions for solving a problem or accomplishing a task.

Language: JavaScript - Size: 305 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Stonebank/SudokuSolver

Language: Java - Size: 66.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

abhipdgupta/terminal-based-sudoku-solver

Terminal Based Sudoku Solver made in C++ using concept of backtracking

Language: C++ - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Annas-Furquan-Pasha/NQueens

Backtracking

Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

winwinashwin/SudokuSolver

Sudoku puzzle solver using recursive backtracking algorithm

Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

Deepak17460/Sudoku_solver

Sudoku solver problem using backtracking

Language: HTML - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

mohammadtavakoli78/Artificial-Intelligence

This repository is projects of Artificial Intelligence course

Language: Python - Size: 4.2 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

juffalow/sudokujs

Sudoku solver in JavaScript

Language: JavaScript - Size: 304 KB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

itssubhodiproy/Leetcode-daily-challenge

Leetcode Daily challenge is the Ultimate and Fastest way to learn and practice Data Structure and Algorithms

Language: C++ - Size: 53.7 KB - Last synced at: 10 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Mohitsaini2028/ADA

containing programs of Analysis and Design of Algorithm.

Language: C++ - Size: 59.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

arevish/Sudoku-solver-GUI

Sudoku Game made in Python3 using Bracktracking algorithm with recursive function in pygame for graphical GUI

Language: Python - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

ankitparashar785/sudokusolver_game

sudoku game

Language: JavaScript - Size: 5.7 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

EWouters/Calcudoku

Calcudoku with matplotlib gui and recursive backtracking solver

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

mahdirezaie336/BinaryPuzzle

A solution to a binary puzzle using CSP algorithms.

Language: Python - Size: 194 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

akshaybahadur21/KnightsTour

Knight's tour algorithm for humans ♞

Language: Java - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

Arsenic-ATG/Sudoku-Solver

Solve Sudoku of any difficulty with just a single click

Language: C++ - Size: 38.1 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

hanrodz/sudoku-solver

Use the backtracking algorithm to solve sudoku boards that have a solution.

Language: Python - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

100sarthak100/DataStructures-Algorithms

Data Structures and Algorithms Questions and Solutions.

Language: C++ - Size: 3.41 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 5

Lifeni/sudoku-solver 📦

A command line interface Sudoku solver, based on Node.js.

Language: TypeScript - Size: 156 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 3

canbax/sudokuSolver

Implementation of Peter Norvig's sudoku solving and backtracking algorithms in java.

Language: Java - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

jatingarg36/Algorithms

Collection of Algorithms.

Language: Java - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

rudrakshi99/Sudoku_Web_App

A Javascript implementation of the Sudoku game, including a backtracking algorithm solver.

Language: HTML - Size: 457 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 2

SeanKh/ScanSolveSudoku

My bachelor thesis code with detailed documentation that is linked in this repo description

Language: Java - Size: 246 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

jayakrishnandingit/sudoku_solver

A naive sudoku puzzle solver

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

hong4rc/sudok

Sudoku Node.js

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

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: over 5 years ago - Stars: 2 - Forks: 2

Ishan7390/Sudoku-Solver

An Application of Backtracking in Python

Language: Python - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

mirmohammad/BRING-INT-ON

A set of tutorials for "Bring INT on". The INT's first programming contest event!

Language: C++ - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 3

ciscoruiz/coffee

COFFEE is the acronym for "COmpany eFFEEctive platform"

Language: C++ - Size: 2.75 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

JuanAArias/Maze-cplusplus

Simple maze solving program with recursive backtracking and exhaustive searching

Language: C++ - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

rzippo/PicrossSolver

An application to solve Picross puzzles

Language: C# - Size: 648 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

scourgemancer/Sudoku_Program_with_Solver

A simple sudoku program with a GUI, solver, and 10,000 unique puzzles for each of the five difficulty levels.

Language: Java - Size: 25.3 MB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

ryanmk54/recursive-sudoku-solver

Recursive sudoku solver written in Python

Language: Python - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

jgcmarins/graph-coloring

Graph coloring software that uses backtracking algorithm

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

riksameidy/Knapsack_Problem

Knapsack Problem Solved Using Brute-Force, Backtrack and Branch and Bound Method for Algorithm Analysis Course in Telkom University

Language: Java - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

saif-gitreps/Algorithms

Solutions of Solved Algorithm problems from various different online judges.

Language: C++ - Size: 1.2 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 1

KILLERXNKVT/Programmes-Collection

A collection of various programs written in different programming languages for educational purposes. Includes examples of algorithms, data structures, and simple applications for beginners to practice coding skills.

Language: Jupyter Notebook - Size: 6.2 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

Akkicool99/Sudoku-Solver

Sudoku Solver using Backtracking Algorithms

Language: Java - Size: 54.7 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

tgrothe/box-puzzle

A backtracking approach in Java for a box puzzle, perhaps similar to Sudoku

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

golu19102003/AOA-LAB

This Lab Programs provide hands-on experience in implementing and analyzing fundamental algorithms used in computer science. This lab focuses on practical understanding of algorithm design techniques such as divide and conquer, greedy methods, dynamic programming, backtracking, and graph algorithms.

Language: C - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

munal0803/funwithdsa

A website which help student to understand importance of DSA in day to day life

Language: HTML - Size: 110 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Mohit-Chaudhari/JAVA-DSA

#JavaDSA: Daily Coding Challenges

Language: Java - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

analiaBurgosDev/Practico_Prog3

Final practical assignment focused on task scheduling and processor optimization using Backtracking and Greedy algorithms.

Language: Java - Size: 332 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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).

Language: Java - Size: 5.86 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

analiaBurgosDev/java_backtracking_Number-Pyramid

The objective of this exercise is to place a positive integer (less than a given value k) in each cell of a pyramid with a given base B. Each number must be equal to the sum of the numbers in the cells it is supported by, and all numbers must be unique.

Language: Java - Size: 2.93 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Language: Java - Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

analiaBurgosDev/java_backtracking_Atila-s-Horse

Atila's Horse

Language: Java - Size: 7.81 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

analiaBurgosDev/java_backtracking_Task-Assignment-to-Processors

Task Assignment to Processors

Language: Java - Size: 3.91 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Language: Java - Size: 2.93 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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

Language: Java - Size: 2.93 KB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Language: Java - Size: 5.86 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

g-ravity/amazeing

HTML5 Maze Game, for practicing data structures and algorithms

Language: JavaScript - Size: 3.7 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 3

rizkyyanuark/Sudoku-Puzzle-Solver

The objective is to integrate image processing with deep learning.

Language: Jupyter Notebook - Size: 26 MB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1 - 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: 7 months ago - Pushed at: 7 months ago - Stars: 1 - 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: 8 months ago - Pushed at: 8 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: about 2 months ago - Pushed at: 8 months ago - Stars: 1 - 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: 25 days ago - Pushed at: 8 months ago - Stars: 1 - 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: 8 months ago - Pushed at: 8 months 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: 6 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

Adwaith-Rajesh/0hh1-solver

0hh1 solver for the web (selenium)

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

lostintime101/leetcode-algos-data-structures

Backup of my LeetCode solutions with unit tests

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

PontusHovb/Sudoku-Solver

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

Language: Python - Size: 6.73 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - 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: about 1 year ago - Pushed at: about 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - 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: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Tynoee/Sudoku-solver

This is a sudoku solver using backtracking algorithm. It includes graphical GUI.

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

iabhii22/Data-Structure-and-Algorithms

Contains data structure and algorithmic solutions of coding problems across various platforms

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

reza-nugraha32/sudoku-solver

Python-based sudoku solver. Created for KU1102 Introduction to Computation course.

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

martisalcedo7/sudoku_solver

Sudoku solver (9x9) with visualization.

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

EdwardR2023/Maze-Recursion-

Solving maze's that have teleporters inside them. Uses backtracking to solve.

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

samuelselasi/alx-interview

Software Engineering Interview Preparation

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

AswinPKumar01/Sudoku-Solver-with-GUI

A fast and efficient Python-based Sudoku solver employing the backtracking algorithm, featuring a sleek GUI for easy puzzle interaction.

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

kumarroshan123/Terminal_Based_Maze_Solver

The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.

Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - 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: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ttwag/P10_Sudoku_Master

A program that solves any sudoku puzzle and provides a user interface.

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

Dare-marvel/Design-And-Analysis-Of-Algorithms--DAA--

Programs, Notes and Question Papers of DAA

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

ArifAhmed120829/Sudoku_Game

Sudoku is a logic-based, combinatorial number-placement puzzle.

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

emilianstoyanov/algorithms-with-python

You will develop your algorithmic thinking skills and acquire skills in working with the main classes of algorithms used in practice: recursion and backtracking, recursion using variables, searching and sorting, as well as graph theory - implementation in computer memory, minimum spanning tree , traversal and finding the shortest path.

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

natimmansilla/GuiaEjerciciosProgramacion-AED

Ejercicios de programación de Algoritmos y Estructura de Datos

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

0xRuFFy/sudoku

Sudoku solver implementations in rust.

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

emmanuel-aubertin/MacMahon-Solver

MacMahon Game solver in c++

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