A modern, open-source Python framework for declarative constraint programming and combinatorial optimization.
-
Updated
Jan 10, 2026 - Python
A modern, open-source Python framework for declarative constraint programming and combinatorial optimization.
🕹 Algoritmo que resolve o jogo dos oito por busca em profundidade(sem estados visitados), busca em largura(com estados visitados), busca gulosa(com estados visitados) e busca a*(com estados visitados). Podendo mostrar passo a passo das escolhas dos nós e mostrando a árvore resultante(até um certo limite ou completa) do método de busca selecionado.
Задачи по курсу "Комбинаторные алгоритмы"
A mini Google. Custom web crawler & indexer written in Golang.
Repositório da disciplina de Inteligência Artificial pela Universidade Federal do Ceará, campus Quixadá
Algoritmo para encontra la salida de un laberinto, dado un punto de inicio y algunos obstáculos, usando un algoritmo de búsqueda no informada de tipo "Búsqueda en profundidad" (DFS).
Maze generator using depth-first search algorithm
Implementação do algoritmo de Kruskal em Java para encontrar a Árvore Geradora Mínima de um grafo.
CLI application to solve Sudoku written in Elixir based on Peter Norvig's algorithm.
Решения практических заданий по курсу "Комбинаторные алгоритмы".
Solutions to the homework problems presented in Artificial intelligence and Machine learning courses.
In Order Traversal , Pre Order Traversal , Post Order Traversal,Breadth First Traversal,Deep First Traversal
Assignments given during the course Informed Search Methods in AI in Reykjavik University, during the Double Degree study period.
BFS, DFS algorithm: visiting
randomized maze generator using the Depth-First Search algorithm in javascript
A JavaScript solution for Hanoi tower puzzle.
A maze can be generated by starting with a predetermined arrangement of cells with wall sites between them.
A simple webapp (SPA) for solving sudoku puzzles written in Gleam using the Lustre framework
An N-puzzle solver written for a class project.
CLI application to solve Sudoku written in Erlang based on Peter Norvig's algorithm.
Add a description, image, and links to the deep-first-search topic page so that developers can more easily learn about it.
To associate your repository with the deep-first-search topic, visit your repo's landing page and select "manage topics."