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
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.4k+ articles
Mathematical
7.7k+ articles
School Programming
1.4k+ articles
Geometric
690+ articles
Basic Coding Problems
360+ articles
school-programming
230+ articles
area-volume-programs
120+ articles
triangle
110+ articles
square-rectangle
86 articles
Geometric-Lines
86 articles
circle
71 posts
Popular Articles
Recent Articles
Java Program to Calculate and Display Area of a Circle
Last Updated: 28 July 2022
Given a radius of the circle, write a java program to calculate and display the area of the circle. (Take ∏=3.142)ExampleInput : radius= 5
...read more
Java
Java Programs
circle
Picked
Puzzle | Maximum pieces that can be cut from a Circle using 6 straight lines
Last Updated: 03 July 2024
PUZZLE:Given a Circle and Six Straight Lines. What is the maximum number of pieces that one can cut the circle using these six straight line
...read more
Aptitude
circle
Shape Puzzles
Check if any point overlaps the given Circle and Rectangle
Last Updated: 08 November 2021
Given two opposite diagonal points of a rectangle (X1, Y1), (X2, Y2) and the center, radius of the circle R, (Xc, Yc), the task is to check
...read more
Mathematical
Geometric
School Programming
circle
square-rectangle
DSA
Similar Topics
DSA
22.4k+ articles
Mathematical
7.7k+ articles
School Programming
1.4k+ articles
Geometric
690+ articles
Basic Coding Problems
360+ articles
school-programming
230+ articles
area-volume-programs
120+ articles
triangle
110+ articles
square-rectangle
86+ articles
Geometric-Lines
86+ articles
Minimum enclosing circle using Welzl's algorithm
Last Updated: 17 February 2025
Given an array arr[][] containing n points in a 2-D plane with integer coordinates. The task is to find the center and the radius of the min
...read more
Algorithms
Mathematical
Geometric
Competitive Programming
circle
DSA
Minimum Enclosing Circle
Last Updated: 07 January 2024
Prerequisites: Equation of circle when three points on the circle are given, Convex HullGiven an array arr[][] containing N points in a 2-D
...read more
Algorithms
Mathematical
Geometric
Competitive Programming
circle
DSA
Check if a circle lies inside another circle or not
Last Updated: 07 January 2024
Given two circles with radii and centres given. The task is to check whether the smaller circle lies inside the bigger circle or not. Examp
...read more
Mathematical
Geometric
circle
DSA
Equation of circle when three points on the circle are given
Last Updated: 14 August 2024
Given three coordinates that lie on a circle, (x1, y1), (x2, y2), and (x3, y3). The task is to find the equation of the circle and then prin
...read more
Mathematical
Geometric
circle
DSA
Program to print circle pattern
Last Updated: 20 February 2023
Given a positive integer n i.e, the radius of the circle, print a circle using stars.Examples :Input : n = 3Output : *** * * * **
...read more
pattern-printing
circle
DSA
Basic Coding Problems
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
Area of square Circumscribed by Circle
Last Updated: 02 September 2024
Given the radius(r) of circle then find the area of square which is Circumscribed by circle.Examples:Input : r = 3Output :Area of square = 1
...read more
Geometric
area-volume-programs
circle
DSA
Basic Coding Problems
Draw circle in C graphics
Last Updated: 06 December 2019
The header file graphics.h contains circle() function which draws a circle with center at (x, y) and given radius. Syntax :circle(x, y, radi
...read more
Misc
computer-graphics
C Language
circle
Count ways to divide circle using N non-intersecting chords
Last Updated: 22 June 2022
Given a number N, find the number of ways you can draw N chords in a circle with 2*N points such that no 2 chords intersect.Two ways are dif
...read more
Dynamic Programming
Geometric
circle
DSA
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
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 if two given circles touch or intersect each other
Last Updated: 27 May 2024
There are two circles A and B with their centres C1(x1, y1) and C2(x2, y2) and radius R1 and R2. The task is to check both circles A and B t
...read more
Mathematical
Geometric
misc
circle
DSA
1
2
3
4
5
>>
Last
1
2
3
4
5
>>
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 !