GitHub topics: bidirectional-a-star-algorithm
vlarmet/cppRouting
Algorithms for Routing and Solving the Traffic Assignment Problem
Language: C++ - Size: 24.1 MB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 114 - Forks: 9

ivanbgd/A-Star_Algorithm
Several different implementations of the A-Star search algorithm, including a Bidirectional version - used for finding the shortest path in a graph.
Language: Python - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 23 - Forks: 3

pgeerkens/HexGridUtilitiesForGames
Hex-grid utilities for board and strategy games with path-finding, field-of-view, and more
Language: C# - Size: 29.7 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 125 - Forks: 30

tex216/AI-Searching-Algorithms
Implemented several AI graph searching algorithms including PriorityQueue, Breadth First Search, Uniform Cost Search, A* Search, Bi-directional Search
Language: Python - Size: 1.95 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 3

adar2/Maze-Solver
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
Language: C++ - Size: 220 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2
