depth-first-search
Here are 882 public repositories matching this topic...
Language:All
Sort:Most stars
A Graph Data Structure in Pure Swift
- Updated
Oct 28, 2025 - Swift
Data structures and algorithms in X minutes. Code examples from my YouTube channel.
- Updated
Oct 8, 2024 - Python
路径规划算法,A*,A-star启发搜索,Hybrid-A*,混合A*算法,Dijkstra迪杰斯特拉算法,GBFS贪婪最佳优先搜索算法,DFS深度优先搜索,BFS广度优先搜索算法等,车辆路径规划算法,小黑子路径规划
- Updated
Aug 2, 2023 - Python
Developing a maze solving robot in ROS2 that leverages information from a drone or Satellite's camera using OpenCV algorithms to find its path to the goal and solve the maze. :)
- Updated
Mar 22, 2024 - Python
Package provides javascript implementation of algorithms for graph processing
- Updated
Aug 9, 2023 - JavaScript
Code from Problem Solving with Algorithms and Data Structures using Python
- Updated
Sep 11, 2025 - Python
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
- Updated
Oct 10, 2024 - C#
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
- Updated
Oct 2, 2021 - Jupyter Notebook
Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
- Updated
Feb 5, 2021 - Java
Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.
- Updated
Oct 5, 2023 - Java
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
- Updated
Jan 25, 2021 - JavaScript
Create and modify trie prefix structures and extract word lists including prefixes, anagrams and sub-anagrams
- Updated
Apr 21, 2022 - JavaScript
CSE 571 Artificial Intelligence
- Updated
Jan 3, 2018 - Python
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
- Updated
Mar 2, 2021 - C++
Deprecated: Use the @encapsule/arccore package that includes the graph library
- Updated
Aug 21, 2018 - JavaScript
1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.
- Updated
May 1, 2021 - C++
Solutions for popular algorithms and data structures problems on leetcode
- Updated
May 21, 2023 - Java
GraphLab is an application that shows visually how several graph algorithms work
- Updated
Jan 31, 2017 - Java
👾 my detailed walk-through for mastering classical algorithm and data structure (and the book i published with hanbit a decade ago)
- Updated
Nov 4, 2024 - Python
Improve this page
Add a description, image, and links to thedepth-first-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thedepth-first-search topic, visit your repo's landing page and select "manage topics."