breadth-first-search topic

List breadth-first-search repositories

snake_pathfinding_ai

34
Stars
16
Forks
Watchers

AI plays snake game using BFS (Breadth-First Search) algorithm.

Pathfinder

15
Stars
3
Forks
Watchers

Swift implementation of A*, BFS, and Dijkstra's algorithm for finding the cheapest path, or navigating a maze.

3D-Pathfinding-Visualizer

37
Stars
14
Forks
Watchers

This is a three dimensional pathfinding algorithm visualizer project.

TreeLib

26
Stars
7
Forks
Watchers

A .Net Standard Library with Generic methods to traverse k-ary trees in any order required.

ch

47
Stars
5
Forks
Watchers

Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.

java-algorithms-data-structures

35
Stars
13
Forks
Watchers

Solutions for popular algorithms and data structures problems on leetcode

FXGraphAlgorithmSimulator

53
Stars
29
Forks
Watchers

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

Algorithm

36
Stars
5
Forks
Watchers

1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先...

Graph_Algorithms

17
Stars
32
Forks
Watchers

GRAPHS | Hacktober Fest 🔥✅ | CPP | PYTHON | Check out README.md for contributing

Path-Planning

173
Stars
27
Forks
Watchers

路径规划算法,A*,A-star启发搜索,Hybrid-A*,混合A*算法,Dijkstra迪杰斯特拉算法,GBFS贪婪最佳优先搜索算法,DFS深度优先搜索,BFS广度优先搜索算法等,车辆路径规划算法,小黑子路径规划