Given M x N Chessboard. The task is to determine the Maximum numbers of cuts that we can make in the Chessboard such that the… Read More
Category Archives: Geometric
Given a perimeter P and area A, the task is to calculate the maximum volume that can be made in form of cuboid from the… Read More
Given the length of diagonals of a rhombus, d1 and d2. The task is to find the perimeter and the area of that rhombus. A rhombus… Read More
Given here is a regular decagon, inscribed within a circle of radius r, the task is to find the area of the decagon.Examples: Input: r… Read More
Given focus(x, y), directrix(ax + by + c) and eccentricity e of an ellipse, the task is to find the equation of ellipse using its… Read More
Given the perimeter of a rectangle, the task is to find the maximum area of a rectangle which can use n-unit length as its perimeter. … Read More
Given an array arr[] of size M. The array represents segment lengths of different sizes. These segments divide a line beginning with 0. The value… Read More
You are given n straight lines. You have to find a maximum number of points of intersection with these n lines.Examples: Input : n =… Read More
Given a point (x1, y1, z1) in 3-D and coefficients of the equation of plane, we have to find the foot of perpendicular of a… Read More
We are given focus(x, y) and directrix(ax + by + c) of a parabola and we have to find the equation of the parabola using… Read More
Given a rectangular sheet of length l and width w. we need to divide this sheet into square sheets such that the number of square… Read More
Given the center of circle (x1, y1) and its radius r, find the equation of the circle having center (x1, y1) and having radius r.Examples: … Read More
Given two coordinates (x1, y1, z1) and (x2, y2, z2) in 3D, and m and n, find the co-ordinates that divides the line joining (x1,… Read More
Given three numbers , , . Find Number of squares of dimension required to cover rectangle. Note: It’s allowed to cover the surface larger than the rectangle, but the rectangle has… Read More
Given the number of sides ‘n’ and the length of side ‘s’ of a regular polygon, the task is to find out the Perimeter of… Read More