[3304 views]
Rhombus is a type of parallelogram. There are different formulas by which we can calculate the area of rhombus. It depends on what inputs are provided. Different formulas are-
In today's article, we will be writing an algorithm and flowchart to find area of rhombus using diagonals. Let's first see the formula to calculate Area of Rhombus using diagonals-
where, d1 and d2 are the diagonals of the rhombus.
Time Complexity: O(log(diagonal12+diagonal22))