A Perfect Random Maze generator with given width and height using the "Recursive backtracking" algorithm.
-
Updated
Apr 15, 2019 - C#
A Perfect Random Maze generator with given width and height using the "Recursive backtracking" algorithm.
On & Mey Braude timetabler school project
Demonastrate various important algorithms for learning programming better.
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.
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.
A random maze generator. Based on the Recursive Backtracker algorithm. Implemented in C# .NET WPF.
3D Endless Maze Runner
An application to solve Picross puzzles
An application to solve Sudoku puzzles
Solution of N-Queens problem using backtracking programming
This project is a Sudoku grid solver implemented in C#. It employs a backtracking algorithm and is available in both iterative and recursive versions.
🎲 Sistema para resolução de quebra cabeças Sudoku utilizando backtracking.
Puzzle Pegs C# version
A Sudoku puzzle solver using Backtracking in C#
C# application which uses a backtracking algorithm to create team combinations of player objects sorted by their total "team skill."
This repository contains solutions to LeetCode top 150 Interview Questions
leetcode: sudoku solver - practice until you cannot get it wrong
Sudoku Solver program using backtracking algorithm
🗺️C# code that searches for paths in a maze using different techniques🔍
Developing a solution to the 8 queens problem
Add a description, image, and links to the backtracking-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the backtracking-algorithm topic, visit your repo's landing page and select "manage topics."