• Thumbnail for Euclidean shortest path
    The Euclidean shortest path problem is a problem in computational geometry: given a set of polyhedral obstacles in a Euclidean space, and two points, find...
    7 KB (681 words) - 06:30, 11 March 2024
  • Thumbnail for Shortest path problem
    In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights...
    46 KB (4,764 words) - 14:36, 26 April 2025
  • Thumbnail for Dijkstra's algorithm
    algorithm (/ˈdaɪkstrəz/ DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example...
    45 KB (5,637 words) - 14:13, 14 May 2025
  • Thumbnail for Any-angle path planning
    Any-angle path planning algorithms are pathfinding algorithms that search for a Euclidean shortest path between two points on a grid map while allowing...
    16 KB (1,980 words) - 18:08, 8 March 2025
  • vertices of the obstacles, where it may turn, so the Euclidean shortest path is the shortest path in a visibility graph that has as its nodes the start...
    7 KB (883 words) - 13:00, 10 February 2025
  • spline B-spline NURBS Parametric surface Convex hull construction Euclidean shortest path Point in polygon Point location Hidden line removal History of...
    13 KB (914 words) - 10:26, 25 December 2024
  • geometry, the term Dubins path typically refers to the shortest curve that connects two points in the two-dimensional Euclidean plane (i.e. x-y plane) with...
    8 KB (1,006 words) - 03:34, 19 December 2024
  • Thumbnail for Travelling salesman problem
    {\displaystyle d_{AB}} is replaced by the shortest path length between A and B in the original graph. For points in the Euclidean plane, the optimal solution to...
    87 KB (11,633 words) - 11:11, 10 May 2025
  • Stack Pointer register), in Intel IA-32 (x86/32-bit) assembler Euclidean shortest path, the problem of finding a route between two points while avoiding...
    5 KB (712 words) - 23:40, 6 April 2025
  • Thumbnail for Bitangent
    speed up the visibility graph approach to solving the Euclidean shortest path problem: the shortest path among a collection of polygonal obstacles may only...
    5 KB (544 words) - 00:03, 11 March 2024
  • Thumbnail for Euclidean minimum spanning tree
    spanner, a subgraph of a complete geometric graph whose shortest paths approximate the Euclidean distance, must have total edge length at least as large...
    55 KB (6,676 words) - 19:53, 5 February 2025
  • Thumbnail for Pathfinding
    Pathfinding (redirect from Path finding)
    Pathfinding or pathing is the search, by a computer application, for the shortest route between two points. It is a more practical variant on solving mazes...
    15 KB (1,994 words) - 07:54, 19 April 2025
  • enclosing none of them. Euclidean shortest path: Connect two points in a Euclidean space (with polyhedral obstacles) by a shortest path. Polygon triangulation:...
    15 KB (2,106 words) - 23:26, 25 April 2025
  • Thumbnail for Distance
    space is the length of a straight line between them, which is the shortest possible path. This is the usual meaning of distance in classical physics, including...
    17 KB (2,230 words) - 20:27, 9 March 2025
  • Thumbnail for Euclidean space
    space of Euclidean geometry, but in modern mathematics there are Euclidean spaces of any positive integer dimension n, which are called Euclidean n-spaces...
    47 KB (6,970 words) - 02:25, 15 May 2025
  • Thumbnail for Widest path problem
    edge in the path. The widest path problem is also known as the maximum capacity path problem. It is possible to adapt most shortest path algorithms to...
    24 KB (3,017 words) - 06:47, 12 May 2025
  • Thumbnail for Metric space
    can measure the distance between two such points by the length of the shortest path along the surface, "as the crow flies"; this is particularly useful...
    82 KB (11,434 words) - 23:41, 9 March 2025
  • Thumbnail for Shortest-path graph
    information science, a shortest-path graph is an undirected graph defined from a set of points in the Euclidean plane. The shortest-path graph is proposed...
    2 KB (215 words) - 10:59, 21 February 2024
  • Thumbnail for Simple polygon
    computation, the convex hull of a simple polygon, triangulation, and Euclidean shortest paths. Other constructions in geometry related to simple polygons include...
    31 KB (3,206 words) - 07:42, 13 March 2025
  • Thumbnail for Sinuosity
    the Euclidean distance (straight line) between the end points of the curve. This dimensionless quantity can also be rephrased as the "actual path length"...
    8 KB (738 words) - 12:39, 14 October 2024
  • Thumbnail for Taxicab geometry
    between any two points has the same length as a grid path between those points rather than its Euclidean length. The taxicab distance is also sometimes known...
    19 KB (2,507 words) - 20:38, 16 April 2025
  • Theta* (category Path planning)
    heuristic such as Euclidean or Manhattan closed := {} while open is not empty s := open.pop() if s = goal return reconstruct_path(s) closed.push(s) for...
    5 KB (631 words) - 19:26, 16 October 2024
  • Thumbnail for Steiner tree problem
    other famous combinatorial optimization problems: the (non-negative) shortest path problem and the minimum spanning tree problem. If a Steiner tree problem...
    35 KB (4,391 words) - 03:09, 29 December 2024
  • Thumbnail for Triangle inequality
    can be used to prove that the shortest curve between two points in Euclidean geometry is a straight line. No polygonal path between two points is shorter...
    34 KB (5,268 words) - 20:23, 13 April 2025
  • Thumbnail for Digital Geometric Kernel
    IGES SAT OBJ VRML STL CSFDB BREP CSV XYZ Computer-aided design Euclidean shortest path 3D computer graphics software Official website "DInsight. Embedded...
    5 KB (527 words) - 09:14, 31 December 2024
  • Thumbnail for Greedy geometric spanner
    1 {\displaystyle t\geq 1} . The goal is to construct a graph whose shortest path distances are at most t {\displaystyle t} times the geometric distances...
    11 KB (1,203 words) - 08:27, 11 January 2024
  • Thumbnail for Great circle
    distinct points on the sphere is called the minor arc, and is the shortest surface-path between them. Its arc length is the great-circle distance between...
    7 KB (993 words) - 12:13, 7 April 2025
  • Thumbnail for Sum of angles of a triangle
    flexible concept than in standard Euclidean geometry. This discrepancy arises because, in taxicab geometry, the shortest path between two points is not necessarily...
    13 KB (1,631 words) - 18:05, 17 April 2025
  • spanning tree Maximum leaf spanning tree Minimum degree spanning tree Shortest total path length spanning tree Kruskal's algorithm, a minimum-spanning-tree...
    856 bytes (143 words) - 05:17, 20 December 2023
  • professional organization of philosophers and cognitive scientists Euclidean shortest path problem in computer science; finding a route between two points...
    325 bytes (70 words) - 12:13, 1 February 2023