A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#
-
Updated
Jun 10, 2024 - C++
A collection of algorithms for the (Resource) Constrained Shortest Path problem in Python / C++ / C#
Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.
Sudoku Solver is a full-stack, browser-based assistant that lets anyone load or craft a Sudoku puzzle and watch it crack the grid in real time. Built with React + TypeScript on the front end and a custom CSP engine (AC-3 ✕ MRV ✕ Backtracking) on the back, it blends modern UI/UX with classic AI search techniques
kakuro as csp problem
[CMPT 310: Artificial Intelligence Survey] N-Queens Problem, CSP problem, Minisat, Min-Conflicts, Hill-Climbing Search, Backtracking Search
Add a description, image, and links to the csp-problem topic page so that developers can more easily learn about it.
To associate your repository with the csp-problem topic, visit your repo's landing page and select "manage topics."