An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with dfs-algorithm

A curated list of projects in awesome lists tagged with dfs-algorithm .

https://github.com/wilsonneto-dev/binarytreeplayground

📚 Just some boilerplate code to play with BFS and DFS

algorithms bfs-algorithm dfs-algorithm

Last synced: 21 Jul 2025

https://github.com/cosmojelly/travelling-salesman-problem-using-mpi

Travelling Salesman Problem solved using MPI and DFS

dfs-algorithm mpi travelling-salesman-problem

Last synced: 13 Apr 2025

https://github.com/mudasir45/graphs-and-trees--dfs--dfs-

In this repository I have store my competitive programming preparation codes for graphs and trees

bfs-algorithm dfs-algorithm graph-algorithms graph-datastructures tree-data-structure

Last synced: 22 Jul 2025

https://github.com/ashik-himel/lab_report_5_6_7-csec-312

This repository is created to submit the lab report 05, 06, 07 of "Algorithm Design and Analysis Sessional (CSEC-312)" course.

dfs-algorithm

Last synced: 01 Nov 2025

https://github.com/erikbernard/dimacs-project-ai

Projeto criado para disciplina Inteligência Artificial, Com objetivo de calcular uma rota entre os dois pontos usando os seguintes algoritmos: ○ Busca em Largura ○ Busca em profundidade (podendo ser o limitado) ○ Busca de custo uniforme ○ A*

astar-algorithm bfs-algorithm dfs-algorithm dimacs ucs-algorithm

Last synced: 24 Feb 2025

https://github.com/louis3112/graph_sby_map

One of my project for Data Structure in 2nd Semester. A simple automated suggestion system for places in SBY

bfs-algorithm cli college-project dfs-algorithm graph-algorithms simple-project surabaya

Last synced: 22 Mar 2025

https://github.com/jehadel/dfs-exemple

Lua implementation of DFS algorithm

depth-first-search dfs-algorithm graphs graphs-algorithms lua

Last synced: 16 Aug 2025

https://github.com/ahmetcerol/binarysearchtree-bfs-dfs

In this project, We develop the DFS and BFS algorithms in the binary search tree.

bfs-algorithm binary-search-tree dfs-algorithm

Last synced: 18 Aug 2025

https://github.com/hannani7/treesearchalgos

Breadth First Search | Depth First Search | Uniform Cost Search

bfs-algorithm dfs-algorithm ucs-algorithm

Last synced: 31 Aug 2025

https://github.com/mmushfiq/trainsandtowns

Programming problem regarding Graph

dfs-algorithm graph graph-algorithms java shortest-paths

Last synced: 25 May 2026

https://github.com/imtjl/dfs-2d

Simple 2d DFS Visualization

dfs dfs-algorithm dfs-visualization

Last synced: 23 Mar 2025

https://github.com/rcdmk/maze-generator

Maze generator with A* pathfinder in JavaScript using p5.js

a-star-path-finding bfs-algorithm dfs-algorithm javascript maze-generation-algorithms maze-solver p5-js

Last synced: 26 May 2026

https://github.com/azrielx86/ia_practicas_2024-2

Prácticas para la materia de Inteligencia Artificial - FI UNAM 2024-2

bfs-algorithm breadth-first-search depth-first-search dfs-algorithm

Last synced: 23 Mar 2025

https://github.com/marcuwynu23/treego

TreeGo is a cli tool for printing directory structures and searching files.

dfs-algorithm file-structure-ascii-tree golang tree tree-structure

Last synced: 13 Jan 2026

https://github.com/progambler227788/leetsync-python

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)

array backtracking-algorithm bfs-algorithm dfs-algorithm dynamic-programming graph heap leetcode leetcode-python leetcode-solutions matrix queue recursive-algorithm sorting-algorithms stack string topological-sort two-pointers

Last synced: 16 May 2025

https://github.com/marcoschalet/introducao-grafos

Repositório para armazenar eventuais programas pretendo desenvolver durante meu estudo em Algoritmos em Grafos.

dfs-algorithm graph-algorithms

Last synced: 01 Jul 2025

https://github.com/aychaall/taquin-puzzle-solver

an AI-based application to solve the 15-puzzle (Taquin) game efficiently using DFS and BFS algorithms

ai bfs-algorithm dfs-algorithm search taquin

Last synced: 14 Jun 2026

https://github.com/thesakshijaiswal/algopipe

AlgoPipe is a fast, lightweight visual pipeline editor built with React, Tailwind, FastAPI, and Pydantic. Easily drag and drop nodes to build intelligent workflows, with real-time cycle detection to ensure your graph remains a valid Directed Acyclic Graph (DAG). Ideal for no-code tools, data processing flows, and LLM-based pipelines.

dfs-algorithm fastapi pipeline-builder pydantic python react-flow reactjs tailwindcss vitejs

Last synced: 12 Apr 2026

https://github.com/ayax537/depth-first-search-dfs-maze-solver

This Python script implements the Depth First Search (DFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how DFS explores paths to find a solution.

ai dfs-algorithm dfs-visualization

Last synced: 26 Mar 2025

https://github.com/stevehjohn/traintracks

Engine Based Around the Train Track Puzzle Games

dfs-algorithm dfs-search dotnet puzzle-solver train-tracks

Last synced: 21 Jan 2026

https://github.com/faisalal-rayes/maze-algorithims

This project helps to visualize the behavior of the Depth First Search, Breadth First Search, and A* Algorithms

algorithms-and-data-structures astar-algorithm bfs-algorithm dfs-algorithm maze-solver python

Last synced: 11 Oct 2025

https://github.com/lucamazzza/tube

Chocolate factory optimization problem, solved with a DFS implementation

algorithms dfs dfs-algorithm graph-algorithms graphs weighted-graphs

Last synced: 13 Mar 2026

https://github.com/mistzsoftware/dfs-and-bfs-graph

Training on implemtation of DFS and BFS algorithms seen in class with one of the best teacher in the world.

bfs bfs-algorithm breadth-first-search cmake cpp depth-first-search dfs dfs-algorithm oop oriented-object-programming

Last synced: 01 Jun 2026

https://github.com/sha1n/fungus

An experimental library for starting and stopping multi-service environments correctly and efficiently based on declared dependencies between them

bfs-algorithm dependencies dfs-algorithm directed-acyclic-graph nodejs testing-tool topological-sort typescript

Last synced: 02 Apr 2026

https://github.com/pankhurisriv/pathfinding-visualizer

A visualizer tool for various complicated Path Finding Graph Algorithms like DFS, Dijkstra's, A* search Algorithm. Implemented Using ReactJS, HTML/CSS, Javascript .

astar-algorithm dfs-algorithm dijkstra-algorithm html-css javascript react shortest-path-algorithm

Last synced: 16 Apr 2026

https://github.com/anshikarawat14/findmypath-pathvisualizer

Visualize maze-solving algorithms in style! Instantly see how BFS, DFS, A*, and Greedy Search find paths—customize mazes, drag walls, and enjoy smooth, modern UI animations.

bfs-algorithm css3 dfs-algorithm html5 js path-planning pathfinding pj5s

Last synced: 18 Apr 2026

https://github.com/saikiran6694/path_visualiser

Path Visualiser: Developed to make the user understand different types of shortest path calculating graph based algorithms.

astar-algorithm bfs-algorithm dfs-algorithm dijkstra-algorithm react react-hooks react-router sass

Last synced: 18 Apr 2026

https://github.com/afa-farkhod/connected-circles

Connected Circles Problem was designed using JavaFX

bfs-algorithm dfs-algorithm java javafx-application

Last synced: 30 Apr 2026

https://github.com/kisaa-fatima/cryptarthematic-puzzle-

Cryptarithmetic puzzles are intriguing mathematical problems where numbers are represented by letters or symbols. The objective is to decipher the correspondence between these symbols and digits in a way that satisfies a given arithmetic equation.

dfs-algorithm python ucs uniform-cost-search

Last synced: 01 May 2026

https://github.com/mhashim6/ai-classic-search-alogrithms

Informed & Uninformed Search algorithms [school assignment]

ai astar-algorithm bfs-algorithm dfs-algorithm gbfs-algorithm ucs-algorithm

Last synced: 10 Jun 2026

https://github.com/victoralves08/agent_maze_navigator

Aplicação web interativa desenvolvida em React que permite aos usuários visualizar e comparar diferentes algoritmos de busca utilizados para resolver labirintos. A aplicação suporta Busca em Profundidade (DFS), Busca em Largura (BFS) e Busca em Feixe (BS), proporcionando uma compreensão prática de como cada algoritmo explora o espaço de busca.

artificial-intelligence beam-search bfs-algorithm context-api css3 dfs-algorithm reactjs

Last synced: 05 Apr 2026