Projects in Awesome Lists tagged with dfs-algorithm
A curated list of projects in awesome lists tagged with dfs-algorithm .
https://github.com/mubashirmalik/maze-search-python
Maze Search Problem using DFS/BFS
artificial-intelligence bfs bfs-algorithm dfs dfs-algorithm maze-solver pathfinding python3
Last synced: 11 Sep 2025
https://github.com/oeljeklaus-you/tempgraphpath
时序图单源最短路径算法
bfs-algorithm dfs-algorithm graph-algorithms temporal-networks
Last synced: 12 Sep 2025
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/sadegh15khedry/java-projects
collection of java projects
bfs-algorithm dfs-algorithm dijkstra-algorithm java parser scanner
Last synced: 29 Apr 2025
https://github.com/awais-124/ai-algorithms
This Repository contain Artificial Intelligence Algorithms Codes in Python
ai astar-algorithm classification csp deep-learning dfs-algorithm first-order-logic hill-climbing linear-regression machine-learning tic-tac-toe
Last synced: 29 Mar 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.
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/theduardomaciel/cc-tg
Projeto prático desenvolvido durante a matéria de Teoria dos Grafos
bfs-algorithm dfs-algorithm dijkstra-algorithm graph graph-algorithms graph-theory graphs kosaraju-algorithm kruskal-algorithm prim-algorithm
Last synced: 16 Sep 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/roy7077/design-and-analysis-of-algorithm
algorithms-and-data-structures circular-linked-list data-structures dfs-algorithm dijkstra-algorithm doubly-linked-list dynamic-programming graph knapsack01 linked-list power-function stack subset-sum-problem topological-sort unordered-map
Last synced: 10 Aug 2025
https://github.com/ambidextrous9/data-structures-and-algorithms
Implementation of various Algorithms and Data Structures
algorithms bfs-algorithm binary-tree bst datastructures dfs-algorithm dynamic-programming graph kadanes-algorithm sorting-algorithms
Last synced: 12 Aug 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/duyndh98/cs2223-programming-principles
Solving TACI 8-Puzzle using heuristic search
8-puzzle-game a-star-algorithm best-first-search cpp dfs-algorithm heuristic-search prolog
Last synced: 23 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/chan9yu/algorithm-playground
✍🏼 algorithm playground repository
algorithm bfs-algorithm dfs-algorithm dynamic-programming javascript sorting-algorithms
Last synced: 16 Feb 2026
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/awass04/rat-maze-dfs-algorithm
A DFS algorithm designed to solve a maze.
csharp dfs dfs-algorithm dfs-algorithms dfs-visualization maze maze-algorithms maze-solver rat stack stacks
Last synced: 18 Jun 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/davdag/csharp_animated_mazecreator
An Animated Maze creator made in C# with SFML.NET
csharp csharp-game csharp-generator dfs dfs-algorithm maze maze-creation maze-generator netcore3 sfml sfml-game sfml-net
Last synced: 09 Jun 2026
https://github.com/vickshan001/london-tube-ai-search-dfs-bfs-ucs-heuristics
Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map
artificial-intelligence bfs bfs-algorithm dfs dfs-algorithm graph-search python search-algorithm tube-map ucs
Last synced: 14 May 2026
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/aykrimino/pathfinding-visualizer
A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.
ai ai-search-algorithms algorithms animations astar-algorithm bfs-algorithm dfs-algorithm maze maze-visualization pathfinding-algorithms pathfinding-visualizer pip pygame python python3 searching-algorithms
Last synced: 07 Oct 2025
https://github.com/mehanix/incremental-dfs-algorithms
🧩 Presentation on Incremental DFS Algorithms
algorithm algorithms algorithms-and-data-structures dfs dfs-algorithm dfs-algorithms graph graph-algorithms graphs graphs-algorithm graphs-algorithms incremental incremental-algorithm incremental-algorithms incremental-dfs
Last synced: 18 Jan 2026
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/willsrebo/oblalgoritmosestructuradatos2
Obligatorio Algoritmo y Estrucutra de Datos 2
bfs-algorithm binary-search-tree binary-tree caminos cola dfs-algorithm dijkstra-algorithm grafos intellij-ide java lista-encadeada matrices pila recursive-algorithm tree-structure
Last synced: 24 Oct 2025
https://github.com/vaibhav-pant/dsa
DSA and sorting codes
avl-tree binary-search-tree bst-tree c-language circular-linked-list crc-algorithms csma-cd dfs-algorithm distance-vector-routing dsa dsa-algorithm graphs-algorithms linked-list osp queue sliding-window sorting-algorithms tree
Last synced: 01 Jun 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/rrohitramsen/graph
Graph Abstract Data Type and Algorithms
bfs-algorithm cycle degree-of-seperation dfs-algorithm dijkstra-algorithm directed-graphs graph graph-algorithms graph-search symbol-graph topological-sort two-color-graph
Last synced: 04 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/rakibul263/algorithm
Basic Algorithm using cpp
basic-dp bfs bfs-algorithm cycle-detection dfs-algorithm dijkstra-algorithm disjoint-set-union graph-algorithms sorting-algorithms
Last synced: 24 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/zschzen/metodologias-de-buscas
csharp dfs-algorithm student-project
Last synced: 10 Jun 2026
https://github.com/animesh-chourey/artificial-intelligence
bfs-algorithm dfs-algorithm networkx-graph pruning ucs-algorithm
Last synced: 13 May 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