About 400 results
Open links in new tab
  1. 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 …

  2. Computational Geometry - Algorithms for Geometry

    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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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.

  9. 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 …

  10. 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 …