40 results for “topic:back-tracking”
LeetCode solutions
Solving Sudoku with BackTrack Algorithm
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
sudosolver is an android app used to solve sudoku in real time. This project is under progress
sudoku game with the user interaction and also AI to solve complex grid(board)
kakuro (simple version) solver as CSP problem - Artificial Intelligence course project - Spring 2021
8 puzzle and 15 puzzle game using Backtracking algorithm
This is an public repository for Accepted solutions of coding problems on different coding platforms like codeforces , hackerearth, codechef , hackerrank .......
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
Projects of the subject algorithms and data structure II
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
Implementation of CSP heuristics and various algorithms for solving magnet puzzle
https://useful-journey-3db.notion.site/51-N-Queens-49c48102b6a6477f986a49a5d8cbb148
回溯算法+剪枝策略解决数独问题
Auto-synced LeetCode solutions Done by Me organized by difficulty, with language usage analytics and clean problem-level documentation.
A basic AI project for Computer Science. Based on C#.
No description provided.
I have created a project for my AI lab which includes solving a game problem using an AI technique
https://useful-journey-3db.notion.site/39-Combination-Sum-f2f76b649cce4a66b480ad526b933bbd
This is a basic search engine written in Python for ranking documents based on the proximity of query terms, featuring an indexing and ranked retrieval system for textual data.
sudoku detection, recognition and solution generation.
https://useful-journey-3db.notion.site/46-Permutations-99f8c6d6f05b4a848ffd0bd27ee8193a
https://useful-journey-3db.notion.site/40-Combination-Sum-II-9fea2e266ff24e0ebeb2306475097a50
Resolvedor do puzzle Sudoku Kojun utilizando a técnica de back-tracking para encontrar possíveis soluções.
Algorithm Design Second Project
https://useful-journey-3db.notion.site/78-Subsets-22b988f1407149f5a2eecd33094f60a7
This project is a Sudoku Solver made in C using Back-Tracking. It reads a sudoku table from the board.txt file and generates a valid solution for it, or returns a error message showing that the sudoku doesn't have a valid solution.
A maze generating algorithm
Using Data Structures and Algorithms to solve problems efficiently considering both space and time complexity constraints
intelligent agent to navigate through a 10x10 grid-based world known as the Wumpus World. The agent must explore the environment, avoid dangers, and find the hidden treasure. The world contains three types of hazards: Pits, Spiders, and the fearsome Wumpus.