Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
Mathematical
7.7k+ articles
C++ Programs
2.4k+ articles
Competitive Programming
2.3k+ articles
School Programming
1.4k+ articles
area-volume-programs
120+ articles
triangle
110+ articles
Geometric-Lines
86 articles
square-rectangle
86 articles
circle
71 articles
DSA
>
Algorithms
>
Geometric
Geometric
690+ posts
Popular Articles
Recent Articles
Area of the largest rectangle possible from given coordinates
Last Updated: 07 April 2021
Given two arrays arr1[] and arr2[] of N denoting N coordinates of the form (arr1[i], 0) and M positive integers denotingM coordinates of the
...read more
Arrays
Algorithms
Sorting
Geometric
DSA
C/C++ Puzzles
Check if a right-angled triangle can be formed by the given coordinates
Last Updated: 21 November 2022
Given three Cartesian coordinates, the task is to check if a right-angled triangle can be formed by the given coordinates. If it is possible
...read more
Mathematical
Geometric
triangle
School Programming
DSA
Maximum distance between two points in coordinate plane using Rotating Caliper's Method
Last Updated: 16 October 2023
Prerequisites: Graham Scan's Convex Hull, Orientation.Given a set of N points in a coordinates plane, the task is to find the maximum distan
...read more
Arrays
Algorithms
Sorting
Geometric
Advanced Data Structure
DSA
Similar Topics
DSA
22.5k+ articles
Mathematical
7.7k+ articles
C++ Programs
2.4k+ articles
Competitive Programming
2.3k+ articles
School Programming
1.4k+ articles
area-volume-programs
120+ articles
triangle
110+ articles
Geometric-Lines
86+ articles
square-rectangle
86+ articles
circle
71+ articles
Check whether the triangle is valid or not if angles are given
Last Updated: 04 June 2022
Given three integers A, B and C which are the three angles of a possible triangle in degrees, the task is to check whether the triangle is v
...read more
Mathematical
Geometric
triangle
school-programming
DSA
Maximum number of pieces in N cuts
Last Updated: 08 June 2022
Given a square piece and a total number of cuts available n, Find out the maximum number of rectangular or square pieces of equal size that
...read more
Mathematical
Geometric
math
school-programming
DSA
Program to find equation of a plane passing through 3 points
Last Updated: 09 June 2022
Given three points (x1, y1, z1), (x2, y2, z2), (x3, y3, z3). The task is to find the equation of the plane passing through these 3 points.Ex
...read more
Geometric
School Programming
math
school-programming
DSA
Perpendicular distance between a point and a Line in 2 D
Last Updated: 14 December 2022
Given a point (x1, y1) and a line (ax + by + c = 0). The task is to find the perpendicular distance between the given point and the line.Exa
...read more
Mathematical
Geometric
School Programming
math
school-programming
DSA
Path in a Rectangle with Circles
Last Updated: 29 March 2024
There is a m*n rectangular matrix whose top-left(start) location is (1, 1) and bottom-right(end) location is (m*n). There are k circles each
...read more
Directi
Graph
Searching
Geometric
cpp-queue
circle
square-rectangle
DSA
Check if given four integers (or sides) make rectangle
Last Updated: 08 August 2024
Given four positive integers, determine if there's a rectangle such that the lengths of its sides are a, b, c and d (in any order).Examples
...read more
Bit Magic
Geometric
Bitwise-XOR
square-rectangle
DSA
Calculate Volume and Surface area Of Sphere
Last Updated: 17 February 2023
Given radius of sphere, calculate the volume and surface area of sphere.Sphere:Just like a circle, which geometrically is a two-dimensional
...read more
Geometric
area-volume-programs
DSA
Basic Coding Problems
Direction of a Point from a Line Segment
Last Updated: 18 June 2022
Direction of given point P from a line segment simply means given the co-ordinates of a point P and line segment (say AB), and we have to de
...read more
Geometric
DSA
Check if a line touches or intersects a circle
Last Updated: 05 September 2023
Given coordinate of the center and radius 1 of a circle and the equation of a line. The task is to check if the given line collides with th
...read more
Geometric
circle
DSA
Check whether a given point lies inside a rectangle or not
Last Updated: 08 August 2024
Given four points of a rectangle, and one more point P. Write a function to check whether P lies within the given rectangle or not.Examples:
...read more
Geometric
square-rectangle
DSA
Find all angles of a given triangle
Last Updated: 16 February 2023
Given coordinates of all three vertices of the triangle in the 2D plane, the task is to find all three angles.Example:Input : A = (0, 0),
...read more
Geometric
DSA
Circle and Lattice Points
Last Updated: 16 May 2024
Given a circle of radius r in 2-D with origin or (0, 0) as center. The task is to find the total lattice points on circumference. Lattice Po
...read more
Geometric
DSA
First
1
2
3
4
5
6
7
8
>>
Last
First
1
2
3
4
5
6
>>
Last
First
2
3
4
5
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !