Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in a-star

A* whats the best data structure for the open set?

c++ data-structures a-star

A* algorithm not working properly

How is Manhattan distance an admissible heuristic?

What are some good methods to finding a heuristic for the A* algorithm?

How can the A* algorithm be applied to the traveling salesman problem? [duplicate]

Finding minimum cut-sets between bounded subgraphs

Solving a puzzle using search algorithms

algorithm search a-star

Polygon based pathfinding

Implementing A* pathfinding in a 2D array

A*, what's the best data structure for the open list?

data-structures a-star

A-star algorithm

c++ algorithm a-star

Why does A* path finding sometimes go in straight lines and sometimes diagonals? (Java)

Why is my A* implementation slower than floodfill?

A star algorithm without diagonal movement

c++ path-finding a-star

Multithreaded A* Search in Java or Lisp or C#

Using A* search algorithm to solve 3x3 three-dimensional box puzzle?

c algorithm search a-star

Is there a way to keep direction priorities in A*? (ie. Generating the same path as breadth-first)

Proof of A* algorithm's optimality when heuristics always underestimates

In what cases would BFS and DFS be more efficient than A* search algorithm?

A-star: heuristic for multiple goals

algorithm a-star