Python Client library for Qaekwy Operational Research Solver
-
Updated
Oct 18, 2025 - Python
Python Client library for Qaekwy Operational Research Solver
🕹 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.
Задачи по курсу "Комбинаторные алгоритмы"
Repositório da disciplina de Inteligência Artificial pela Universidade Federal do Ceará, campus Quixadá
A mini Google. Custom web crawler & indexer written in Golang.
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
An N-puzzle solver written for a class project.
Implementação do algoritmo de Kruskal em Java para encontrar a Árvore Geradora Mínima de um grafo.
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
C++ program to identify bridge edges and clusters in networks using DFS, listing critical connections and building cluster-bridge forests
Implementing searching algorithms
randomized maze generator using the Depth-First Search algorithm in javascript
FileExplorer VSCode sidebar clone was made using the depth-first search algorithm, which creates a tree of files and folders, and also performs deletions.
This is the Java implementation of Binary Tree and Binary Search Tree
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."