An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dfs-algorithm

Progambler227788/LeetSync-PYTHON

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

Language: Java - Size: 635 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0

arthuro1234/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics

Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

sarthakshishodia20/GraphVac

Consist of Striver Graph

Language: Java - Size: 64.5 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

anas20023/Code-Forces

Solve of Codeforce Round , Div 2 ,Div 3, Div 4 and other Practice Problems

Language: C++ - Size: 738 KB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

stevehjohn/TrainTracks

Engine Based Around the Train Track Puzzle Games

Language: C# - Size: 2.23 MB - Last synced at: 3 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 1

tharushaudana/search-algorithm-visualization-python

This Python project offers real-time visualizations of key search algorithms like DFS, BFS, GBFS, and ASTAR. Users can observe these algorithms in action, providing insights into their workings and efficiency.

Language: Python - Size: 10.7 MB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

shady831213/algorithms

CLRS study. Codes are written with golang.

Language: Go - Size: 1.09 MB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 824 - Forks: 120

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.

Language: JavaScript - Size: 26.4 KB - Last synced at: 13 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

udityamerit/LeetCode-Medium-Problem-Solutions-in-Python

This repository contains efficient and well-documented solutions to selected Medium-level problems from LeetCode, all written in Python. It aims to serve as a helpful guide for developers and students preparing for coding interviews and competitive programming contests.

Language: Jupyter Notebook - Size: 8.34 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 3 - Forks: 0

rawrnuck/seeshort

see the shortcuts and trace them

Language: JavaScript - Size: 1.97 MB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Jamil226/SP25-AI

Spring 25 - Artificial Intelligence

Language: Jupyter Notebook - Size: 59 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 18 - Forks: 36

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.

Language: JavaScript - Size: 664 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

MahirC2/PrimsAlgorithm

A small project that display's maze generation using Prims algorithm, and A*, DFS and BFS path finding algorithms.

Language: Java - Size: 2.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

smack42/ColorFill

ColorFill - yet another Flood-It clone (game and solver algorithm)

Language: Java - Size: 82 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 0

fractalliter/ktor-postgres-backend

Kotlin Ktor server with Graph implementation of DFS algorithm

Language: Kotlin - Size: 141 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 36 - Forks: 6

ZigRazor/CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

Language: C++ - Size: 71.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 595 - Forks: 125

muriz-dev/GraphIntro

Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

PrudhviGNV/pathFinderVisualizer

A react Application Used to visualize classical path finding algorithms like BFS, DFS, Dikstra's, A-star

Language: JavaScript - Size: 354 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 39 - Forks: 12

sarthakshishodia20/Trees_Graph

Here are the list of interviews and most important questions it's my learning from Apna College Batch you can find almost all types of basic ,intermediate ,advanced Trees questions here!!....

Language: Java - Size: 141 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Ahsan911-Ace/User-Driven-Route-Optimizer

A oop project semester projecty Using oop concepts like Encapsulation Abstractions Classes Etc. It uses DFS Algorithm inorder to optimize the Route

Language: C++ - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

heitornolla/Robot-Pathfinding-in-Weighted-Grid

Comparison of BFS, DFS, GBFS and A* algorithms on a robot pathfinding problem

Language: Jupyter Notebook - Size: 45.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

Kawai-Senpai/Vagabond

Easy & Efficient Path Finding Library in Python

Language: Python - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

sha1n/fungus

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

Language: TypeScript - Size: 8.45 MB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Suprada-2002/Maze-Generation

Generation maze using different Algoritms

Language: JavaScript - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

GaelGil/algorithm-visualizer

A project I created using react to visualize sorting algorithms and pathfinding algorithms.

Language: JavaScript - Size: 1.78 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

rdtg94/wood_puzzle_game

Wood Puzzle Game with AI Integration, developed as a project for the course 'Elements of Artificial Intelligence and Data Science' at the Faculty of Engineering, University of Porto

Language: Python - Size: 1.37 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

vbuyel/Maze-generator

Генератор лабиринта и его визуализация (поддержка файлов)

Language: Pascal - Size: 10.5 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

cmspoon/courtconnect

An algorithm connecting NBA players to each other through mutual teammates

Language: Python - Size: 87.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Peter-Refaat/Mini-Wasalny

Graph Algorithms Visualization App

Language: C++ - Size: 14.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Tynab/Searching-Algorithms

Searching Algorithm Example

Language: Jupyter Notebook - Size: 155 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Adithya2369/Maze_Solver

AI Maze Solver visually demonstrates pathfinding algorithms (BFS, DFS, A*) navigating procedurally generated mazes. Built with Python/Tkinter, it shows real-time algorithm exploration and solutions. Perfect for learning AI basics or comparing pathfinding approaches.

Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

SKT1803/java-graph-flights-and-tours-pathfinding

Java Graph Data Structure – Flight & Tour Pathfinding

Language: Java - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

vomnes/algorithms-go

Algorithms and data structures implementation in Go

Language: Go - Size: 514 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Farhanulhaq19/Data-Structures-and-Algorithma

A comprehensive collection of Data Structures and Algorithms implemented in C++. Includes code examples, problem-solving approaches, and performance analysis

Language: C++ - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ASHUTOSH-KUMAR-RAO/DSA-Problem-Solving

My structured approach to mastering DSA - from implementation to problem-solving. Features optimized solutions with complexity analysis and key insights for coding interviews.

Language: C++ - Size: 140 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bobluppes/graaf

A general-purpose lightweight C++ graph library

Language: C++ - Size: 2.07 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 295 - Forks: 52

charles-hsiao/python-vacuum-cleaner-robot

Python Vacuum Cleaner Robot Algorithm and Demo

Language: HTML - Size: 12.8 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

JakeTheSillySnake/SimpleNavigator

Implementation of s21_graph & s21_graph_algorithms libraries using C++ and CLI.

Language: C++ - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

radhika262/RouteX

RouteX: Smart Navigation for Optimal Path in Railway Network Using Graph Algorithms

Language: C++ - Size: 480 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Winniekun/acsaber

twinkle, twinkle, one more star ​:star:​

Language: HTML - Size: 1.99 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

gabrieldrn/Java-Maze-Solver

Maze solving in java with BFS, DFS, A*

Language: Java - Size: 153 KB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 6

Jarimus/Maze-Solver

A Python tkinter maze solver

Language: Python - Size: 104 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

lucamazzza/tube

Chocolate factory optimization problem, solved with a DFS implementation

Language: C - Size: 697 KB - Last synced at: about 4 hours ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rafaelfigueredog/MatrizDinamica

An open-source project using JavaScript and the Depth-First Search (DFS) algorithm to illustrate the connections between the curricular components of some IFPB degrees

Language: JavaScript - Size: 2.66 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

frvnzz/DFS-Maze-Solver

A maze solver using DFS written in C#

Language: C# - Size: 130 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

maximilianfeldthusen/dfs

C++ implementation of the Depth-First Search (DFS) algorithm, showcasing both recursive and iterative methods.

Language: C++ - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

EdwinChristopher/Artificial-Intelligence-Game

Player vs AI to reach the destination city. Enemy uses DFS algorithm to move. For each move will play games. The first game is using KNN algorithm to guess whether it will rain or not. The second game one will use word to vactor algorithm to guess the closest word. They can remove one city, bot(AI) will use A-star algorithm to remove a city.

Language: C - Size: 3.47 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

jing-yaoo/BPMN-Process-Analysis-tool

Process Analysis tool to extract all possible paths/traces from a BPMN XML log.

Language: Python - Size: 41 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

mahdizynali/Earth-Map-Route-Planning

Route planning on Earth map with opencv c++ through Greedy , A-start and etc. algorithm

Language: C++ - Size: 1.12 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 8 - Forks: 1

Riteshhh08/Pathfinding-Visualizer-

Pathfinding-Visualizer Visualize and compare pathfinding algorithms like BFS, DFS, and A* in action! Set walls, find shortest paths, and learn how each algorithm behaves. Try it here!

Language: JavaScript - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

dm-zhuk/goit-algo-hw-06

Graph algorithms

Language: Python - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

coparaoji/Sudoku-Solver

A Sudoku solver made in python that uses image recognition to find the sudoku puzzle and backtracking to solve the puzzle

Language: PureBasic - Size: 188 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

taran1sdev/htmlLinkParser

Command-Line HTML Link Parser

Language: HTML - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hamed-rezaee/flutter_path_finder_algorithms

Implementation of path finding algorithms in Dart and Flutter.

Language: C++ - Size: 321 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 4

ruvxn/Pathfinder_AI

Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.

Language: Python - Size: 158 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ricardoyang00/air-traveler

Air Travel Flight Management System

Language: C++ - Size: 2.47 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Badawy403/8-Puzzle

8-puzzle game is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing

Language: Python - Size: 20.5 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 2

Masoudjafaripour/Search_Algs

All search algorithm from easy to hard

Language: Python - Size: 42 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

analiaBurgosDev/java_graph_DFS_BFS

Implementation of Graph Traversal Algorithms_DFS_BFS

Language: Java - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ambuj2000/Graph-Algorithms-and-Problems

All the important graph algorithms and problems

Language: C++ - Size: 179 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

vickshan001/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics

Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map

Language: Jupyter Notebook - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

In7elligence/path-finder-visualizer

A pathfinding visualizer for different pathfinding algorithms

Language: TypeScript - Size: 623 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

hoangsonww/The-Maze-Game

🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!

Language: Python - Size: 505 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 33 - Forks: 12

Var7600/Graph-in-Python-And-Networkx

Tutorials about Graph and Graph Algorithms in Python and Networkx

Language: Jupyter Notebook - Size: 887 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Shabnam-Khaqanpoor/LinkedIn-Simulation-Using-Graph Fork of Erfan-Farahmandnejad/Linkedin-Simulation

The project builds a graph-based social network to recommend connections using Depth-First Search (DFS but limited up to 5 degree) to analyze relationships up to five degrees. Recommendations prioritize shared skills, connection degrees, and user-defined preferences. Users can register, and the system dynamically updates from a JSON file.

Language: Java - Size: 185 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

de-soot/knapsack

Recursive solution to the knapsack problem. Written in C.

Language: C - Size: 181 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Aakashbhardwaj27/AlgorithmsRecap

Algorithms to become a better engineer

Language: JavaScript - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

yousefalshaikh17/dungeon-crawler

Procedurally generated dungeon crawling with an added demo.

Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nellogan/PathfindingVisualizer

Visualize how different search algorithms traverse a grid.

Language: JavaScript - Size: 708 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

jaiswalchitransh/DFS-Searching-Algorithm

This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.

Language: Python - Size: 204 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

malei-dc/TDA

Cursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)

Language: C++ - Size: 45.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

ShogunYash/My-Code-Space

This contains my course assignments of SEM 3

Language: Python - Size: 4.86 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

HxnDev/Solving-a-Maze-Using-BFS-and-DFS

Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

Language: Python - Size: 570 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

davecom/MazeSolvingGUI

A simple tkinter GUI for illustrating DFS and BFS.

Language: Python - Size: 132 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 4

AghilesTMA/robomaze

An interactive maze pathfinding simulator featuring BFS, DFS, and A* algorithms

Language: TypeScript - Size: 85.9 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

rrsmart8/Neural-Route

Pathfinding application using Graphs and Data Structures

Language: C - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chan9yu/algorithm-playground

✍🏼 algorithm playground repository

Language: JavaScript - Size: 158 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Przemyslawmd/Graphs

Language: C++ - Size: 169 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

birongliu/word-ladder-problem

CISC 3410 AI project

Language: Python - Size: 1.37 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AhmetFurkanDEMIR/Algorithms

Necmettin Erbakan University - Algorithms (c++)

Language: C++ - Size: 637 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 0

Erfan-Farahmandnejad/Linkedin-Simulation Fork of UI-DS-02/social-network-es-team

The project builds a graph-based social network to recommend connections using Depth-First Search (DFS but limited up to 5 degree) to analyze relationships up to five degrees. Recommendations prioritize shared skills, connection degrees, and user-defined preferences. Users can register, and the system dynamically updates from a JSON file.

Language: Java - Size: 167 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

Imtjl/dfs-2d

Simple 2d DFS Visualization

Language: TypeScript - Size: 47.9 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

phiponatchi/Labyrinthe

Maze (Labyrinthe in French)

Language: Java - Size: 517 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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.

Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

vtarale/Search

a star search, greedy best search and bfs and dfs lib

Language: Python - Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

awais-124/ai-algorithms

This Repository contain Artificial Intelligence Algorithms Codes in Python

Language: Jupyter Notebook - Size: 3.27 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

AyKrimino/Pathfinding-Visualizer

A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.

Language: Python - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

muhamed-ramic/ASP-task-asssignments

Two tasks as provided for a company interview tasks, see readme.md

Language: C# - Size: 1020 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

AWass04/Rat-Maze-DFS-Algorithm

A DFS algorithm designed to solve a maze.

Language: C# - Size: 316 KB - Last synced at: 28 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 5.86 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Louis3112/graph_sby_map

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

Language: C++ - Size: 2.5 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

sowmen/FXGraphAlgorithmSimulator

Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.

Language: Java - Size: 8.88 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 61 - Forks: 28

Soren2007/algorithm-DFS

The DFS (Depth-First Search) algorithm is one of the graph and tree search algorithms that operates in a depth-first manner. This algorithm uses a stack strategy for searching and retrieving data. DFS on a graph or tree starts from one node, moves forward until it reaches an endpoint

Language: Python - Size: 1000 Bytes - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

BANUKABHANUTEJA/Contest-question-1

A coding challenge designed to test and improve problem-solving and programming skills. This challenge cover a variety of topics, including algorithms, data structures, and real-world problem scenarios. Perfect for practicing, learning, or preparing for coding interviews.

Language: C++ - Size: 2.93 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Himaanshu-Singh/LeetCode-Solutions

LeetCode Solutions in C++ with most efficient and simple Logic.

Size: 20.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mustardblues/s21_simple_navigator_cpp

School 21 project. Created by stranger.

Language: C++ - Size: 2.6 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Gyakobo/Pathfinding-Algorithms

This project implements and compares various pathfinding algorithms, including A*, BFS, DFS, and Dijkstra, to find the shortest path on a 2D grid with obstacles.

Language: Python - Size: 66.4 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

siawish/DSA_LAB

This repository is a collection of implementations of various Data Structures and Algorithms (DSA). It aims to provide a practical understanding of DSA concepts through code examples in multiple programming languages. In the future, I will be adding more content, including new data structures, algorithms, and educational resources. Stay tuned!

Language: C++ - Size: 8.56 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

MycroftCooper/UnityGridMapToolset

Unity2D, Grid Map, Pathfinding, Maze Generation, A*, JPS, Prim's Algorithm, Recursive Backtracking, Game Development, Grid-based Mechanics, Toolset, Algorithms, Unity Tools

Language: C# - Size: 104 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 2

natygames/Graph-in-Bubble-Shooter

A simple implementation of graph algorithm in Bubble Shooter

Language: Java - Size: 138 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 4

Related Keywords
dfs-algorithm 776 bfs-algorithm 494 astar-algorithm 125 dfs 119 dijkstra-algorithm 107 graph-algorithms 104 graph 104 python 98 java 92 bfs 88 algorithms 83 data-structures 63 artificial-intelligence 57 ai 54 pathfinding 47 a-star-algorithm 45 dfs-search 45 python3 43 maze-generator 41 depth-first-search 39 javascript 39 cpp 39 stack 38 maze-solver 38 algorithm 37 search-algorithm 36 linked-list 36 searching-algorithms 35 sorting-algorithms 32 graphs 32 queue 32 bfs-search 31 kruskal-algorithm 30 dynamic-programming 27 binary-search-tree 26 bellman-ford-algorithm 25 maze 24 recursion 24 shortest-path-algorithm 21 breadth-first-search 21 tree 21 greedy-algorithms 20 algorithms-and-data-structures 19 ucs-algorithm 19 topological-sort 19 react 19 pygame 18 c 17 visualization 16 prim-algorithm 16 floyd-warshall-algorithm 16 backtracking 16 graph-theory 15 tree-structure 15 greedy-algorithm 14 game 14 reactjs 14 dijkstra-shortest-path 14 backtracking-algorithm 14 heap 13 astar-pathfinding 13 graphs-algorithms 13 csharp 13 heuristic-search-algorithms 13 css 12 binary-tree 12 uniform-cost-search 12 prims-algorithm 12 array 11 priority-queue 11 astar 11 genetic-algorithm 11 maze-algorithms 11 best-first-search 11 connected-components 10 ucs 10 datastructures 10 oop 10 djikstra-algorithm 10 pathfinder 10 pathfinding-algorithm 10 dsa-algorithm 10 dfs-visualization 10 typescript 9 leetcode 9 hill-climbing-search 9 adjacency-matrix 9 gui 9 binary-search 9 shortest-paths 9 heuristics 8 recursive-algorithm 8 sudoku-solver 8 minimax-algorithm 8 html 8 stacks 8 machine-learning 8 pacman 7 strongly-connected-components 7 artificial-intelligence-algorithms 7