
Geometric Algorithms - GeeksforGeeks
Aug 10, 2025 · Geometric algorithms are a type of algorithm that deal with solving problems related to geometry. Solve problems involving, distances, intersections, arrangements, and transformations.
Computational Geometry - Algorithms for Geometry - GeeksforGeeks
Jul 23, 2025 · Computational geometry is a field of study that focuses on developing algorithms and data structures for solving problems that involve geometric shapes and structures. The field has …
Mathematical Algorithms - GeeksforGeeks
Jul 23, 2025 · Please refer Mathematical Algorithms (Difficulty Wise) for the difficulty wise list of problems. GCD and LCM: GCD of Two Numbers LCM of Two Numbers LCM of array GCD of array …
Mathematical and Geometric Algorithms - GeeksforGeeks
Jul 23, 2025 · These algorithms use mathematical and geometric principles to efficiently and elegantly manipulate and analyze data. In this tutorial, we will discuss in detail What are Mathematical and …
Basic Geometry for Competitive Programming - GeeksforGeeks
Jul 23, 2025 · Geometric algorithms are a set of computational techniques used in Competitive Programming to solve problems related to geometry and spatial relationships. These problems often …
C/C++ Programs for Geometric Algorithms - GeeksforGeeks
Jul 23, 2025 · These algorithms find their use in many domains such as computer graphics, computational geometry, computer vision, robotics, and simulation. In this article, we will discuss …
Convex Hull using Graham Scan - GeeksforGeeks
Jul 23, 2025 · The Graham scan algorithm is a simple and efficient algorithm for computing the convex hull of a set of points. It works by iteratively adding points to the convex hull until all points have been …
Geometric Archives - GeeksforGeeks
Jul 23, 2025 · Computational geometry is a field of study that focuses on developing algorithms and data structures for solving problems that involve geometric shapes and structures.
Convex Hull Algorithm - GeeksforGeeks
Jul 23, 2025 · The Convex Hull Algorithm is used to find the convex hull of a set of points in computational geometry. The convex hull is the smallest convex set that encloses all the points, …
How to check if two given line segments intersect?
Jul 23, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …