Skip to content

Category Archives: Geometric

Given n number of point in 2-d plane followed by Xi, Yi describing n points. The task is to calculate the hammered distance of n… Read More
Given two points, i.e. (a, 0) to (b, 0). The task is to check whether it is possible to move from (a,0) to (b,0) or… Read More
Given here is an ellipse with axes length 2a and 2b, which inscribes a rectangle of length l and breadth h, which in turn inscribes… Read More
Given here is an equilateral triangle with side length a, the task is to find the area of the circle inscribed in that equilateral triangle.Examples:  â€¦ Read More
Given n number of rectangles with it’s L-length and B-Breadth. We can turn any rectangle by 90 degrees. In other words, after turning them, the… Read More
A prism that has 5 rectangular faces and 2 parallel pentagonal bases is a pentagonal prism. So you are given the apothem length(a), base length(b)… Read More
Here we have a rectangle of length l & breadth b. We have to find the circumradius of the rectangle. Examples:  Input : l =… Read More
Given a triangle with known sides a, b and c; the task is to find the area of its circumcircle.Examples:  Input: a = 2, b… Read More
Given the side (a) of the isosceles triangle. The task is to find the area (A) and the altitude (h). An isosceles triangle is a… Read More
Given the base length(b) and slant height(s) of the square pyramid. The task is to find the surface area of the Square Pyramid. A Pyramid… Read More
Given a circle which is the incircle of a triangle whose sides are a, b< and c, the task is to find the radius of… Read More
Given a rectangle of length and breadth . The task is to find the area of the biggest triangle that can be inscribed in it.Examples:   Input: L… Read More
Given here is an equilateral triangle with side length a, which inscribes a circle, which in turn inscribes a square. The task is to find… Read More
Given the vertices of the triangle. The task is to find the centroid of the triangle:Examples:   Input: A(1, 2), B(3, -4), C(6, -7) Output: (3.33,… Read More
Given a square of size n. There are n2 small squares inside the square n of size 1 unit each, in which any one of… Read More

Start Your Coding Journey Now!