Ciencias de la computaciรณn impartidas en la Unidad Profesional Interdisciplinaria de Ingenierรญa Campus Tlaxcala (Linux)
-
Updated
Aug 4, 2025 - C
Ciencias de la computaciรณn impartidas en la Unidad Profesional Interdisciplinaria de Ingenierรญa Campus Tlaxcala (Linux)
Win32 developed GUI to solve sudoku puzzles in real-time. Visualize the puzzle being solved by a depth-first-search backtracking algorithm.
Kruskal maze generator & Backtracking mazer solver
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.
Design and Analysis of Algorithms
A simple C program that solves Sudoku puzzles using the backtracking technique.
Solving subset sum problem by backtracking and Approximation approach
Sudoku Solver is a C-based application with a graphical user interface that allows users to both solve Sudoku puzzles and play interactive game modes. It features fast puzzle solving using a backtracking algorithm, random puzzle generation with multiple difficulty levels, a built-in hint system, and real-time input validation.
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.
Sudoku game built using C programming language and backtracking algorithm
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.
A Sudoku puzzle generator, checker and solver written in C using backtracking algorithm
Repositรณrio destinado a atividades e projetos da disciplina Anรกlise e Projeto de Algoritmos
Domino Project (Language c)
Algorithm capable of solving the sky-scrapper game using backtracking.
Implementation of different algorithms and problems
solving sudoku puzzle with backtracking
A C program that solves 9x9 Sudoku puzzles using a recursive backtracking algorithm.
๐ Welcome to the Design and Analysis of Algorithms Repository! ๐โจ Immerse yourself in a meticulously curated knowledge pool on algorithmic design and analysis. ๐๐ก Explore the intricacies of crafting efficient algorithms and navigating problem-solving strategies. ๐๐ Master the art of algorithmic exploration in this dynamic space! ๐จโ๐ป๐งฎ
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."