Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python
Python Tutorial
Python Programs
Python Quiz
Python Projects
Python Interview Questions
Python Data Structures
Java
Java Tutorial
Java Collections
Java 8 Tutorial
Java Programs
Java Quiz
Java Projects
Java Interview Questions
Advanced Java
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions and Answers
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permission Commands
Linux System Administration
Linux File System
Linux Shell Scripting
Linux Networking
Linux Interview Questions
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Design and Analysis of Algorithms
Asymptotic Analysis
Asymptotic Notations
Worst, Average and Best Cases
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
DSA Tutorial
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
DSA Cheat Sheets
SDE Sheet
DSA Sheet for Beginners
FAANG Coding Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django
Django Tutorial
Django Projects
Django Interview Questions
Flask
Flask Tutorial
Flask Projects
Flask Interview Questions
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
School Programming
1.2k+ articles
Geometric
690+ articles
Basic Coding Problems
360+ articles
school-programming
230+ articles
triangle
110+ articles
square-rectangle
86 articles
circle
70 articles
area-volume-programs
120+ posts
Popular Articles
Recent Articles
Python Program to Find Area of Rectangle
Last Updated: 08 February 2024
In this article, we will see how to find the area of a rectangle in Python if the length and width of a rectangle are given.Formula of the A
...read more
Python
Python Programs
area-volume-programs
Picked
Python math-library-functions
Largest area possible after removal of a series of horizontal & vertical bars
Last Updated: 07 January 2024
Given a grid consisting of horizontal vertical bars of size (N + 2) x (M + 2) and two arrays H[] and V[] denoting the number of horizontal
...read more
Amazon
Sorting
Mathematical
Geometric
area-volume-programs
DSA
Find minimum area of rectangle with given set of coordinates
Last Updated: 17 August 2022
Given an array[Tex]arr[/Tex]of set of points in the X-Y plane. The task is to find the minimum area of a rectangle that can be formed from t
...read more
Mathematical
area-volume-programs
square-rectangle
DSA
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
School Programming
1.2k+ articles
Geometric
690+ articles
Basic Coding Problems
360+ articles
school-programming
230+ articles
triangle
110+ articles
square-rectangle
86+ articles
circle
70+ articles
Total area of two overlapping rectangles
Last Updated: 20 October 2023
Given the coordinates of two rectangles in a 2D plane, the first rectangle is defined by its bottom-left corner (ax1, ay1) and its top-right
...read more
Juniper Networks
Geometric
area-volume-programs
DSA
Basic Coding Problems
Find the perimeter of a cylinder
Last Updated: 20 February 2023
Given diameter and height, find the perimeter of a cylinder.Perimeter is the length of the outline of a two - dimensional shape. A cylinder
...read more
Mathematical
Geometric
area-volume-programs
DSA
Basic Coding Problems
Calculate volume and surface area of a cone
Last Updated: 29 February 2024
Given slant height, height and radius of a cone, we have to calculate the volume and surface area of the cone. Cone : Cone is a three dime
...read more
Geometric
area-volume-programs
DSA
Basic Coding Problems
Program to find area of a Trapezoid
Last Updated: 17 February 2023
Definition of Trapezoid :A Trapezoid is a convex quadrilateral with at least one pair of parallel sides. The parallel sides are called the b
...read more
Geometric
area-volume-programs
DSA
Basic Coding Problems
Program to find Perimeter / Circumference of Square and Rectangle
Last Updated: 07 January 2024
The circumference of a figure is the sum of all the side lengths. To calculate the circumference of square, length of one of the side is req
...read more
Mathematical
Geometric
area-volume-programs
square-rectangle
DSA
Basic Coding Problems
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
Program for Surface Area and Volume of Cuboid
Last Updated: 23 December 2024
Given lengthl, widthband heighthof a cuboid. Your task is to return an array containing thetotal surface areaandvolumeof the cuboid.Examples
...read more
Geometric
area-volume-programs
DSA
Basic Coding Problems
Program for Volume and Surface Area of Cube
Last Updated: 16 February 2023
Cube is a 3-dimensional box-like figure represented in the 3-dimensional plane. Cube has 6 squared-shape equal faces. Each face meet another
...read more
Geometric
area-volume-programs
maths-cube
DSA
Basic Coding Problems
Program to find Circumference of a Circle
Last Updated: 16 February 2023
Given radius of a circle, write a program to find its circumference.Examples :Input : 2Output : Circumference = 12.566Input : 8Output : Circ
...read more
Geometric
area-volume-programs
circle
DSA
Basic Coding Problems
Program for Area And Perimeter Of Rectangle
Last Updated: 16 February 2023
A rectangle is a flat figure in a plane. It has four sides and four equal angles of 90 degree each. In rectangle all four sides are not of e
...read more
Geometric
area-volume-programs
DSA
Basic Coding Problems
Area of a polygon with given n ordered vertices
Last Updated: 13 July 2022
Given ordered coordinates of a polygon with n vertices. Find the area of the polygon. Here ordered means that the coordinates are given eith
...read more
Geometric
triangle
area-volume-programs
DSA
Program to find area of a circle
Last Updated: 27 December 2024
Given the radius r. Find the area of a circle. The area of the circle should be correct up to 5 decimal places. Examples:Input: r = 5Output:
...read more
Mathematical
Geometric
area-volume-programs
DSA
Basic Coding Problems
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
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 !