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.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
Machine Learning
2.4k+ articles
Algorithms
1.9k+ articles
Sorting
1.7k+ articles
Matrix
1.2k+ articles
Binary Search
510+ articles
median-finding
67 articles
Order-Statistics
65 articles
statistical-algorithms
50 posts
Popular Articles
Recent Articles
Spearman's Rank Correlation
Last Updated: 23 January 2024
Correlation measures the strength of the association between two variables. For instance, if we are interested in knowing whether there is a
...read more
statistical-algorithms
Machine Learning
data-science
Data Science
Python - Binomial Distribution
Last Updated: 16 July 2020
Binomial distribution is a probability distribution that summarises the likelihood that a variable will take one of two independent values u
...read more
Python
Probability
statistical-algorithms
Z score for Outlier Detection - Python
Last Updated: 03 April 2025
Z score (or standard score) is an important concept in statistics. It helps to understand if a data value is greater or smaller than the mea
...read more
statistical-algorithms
Machine Learning
python
Write From Home
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
Machine Learning
2.4k+ articles
Algorithms
1.9k+ articles
Sorting
1.7k+ articles
Matrix
1.2k+ articles
Binary Search
510+ articles
median-finding
67+ articles
Order-Statistics
65+ articles
Descriptive Statistic
Last Updated: 10 February 2025
Statistics serves as the backbone of data science providing tools and methodologies to extract meaningful insights from raw data. Data scie
...read more
statistical-algorithms
Machine Learning
python
ML-Statistics
Data Science
AI-ML-DS
AI-ML-DS With Python
Program to find simple moving average
Last Updated: 01 August 2022
Simple Moving Average is the average obtained from the data for some t period of time . In normal mean, it's value get changed with the chan
...read more
Mathematical
statistical-algorithms
DSA
Rank of all elements in an array
Last Updated: 29 March 2024
Given an array of N integers with duplicates allowed. All elements are ranked from 1 to N in ascending order if they are distinct. If there
...read more
Arrays
Sorting
statistical-algorithms
DSA
Program to Find Correlation Coefficient
Last Updated: 21 March 2025
The correlation coefficient is a statistical measure that helps determine the strength and direction of the relationship between two variabl
...read more
Mathematical
statistical-algorithms
ML-Statistics
DSA
Program for Variance and Standard Deviation of an array
Last Updated: 29 July 2024
Given an array, we need to calculate the variance and standard deviation of the elements of the array.Examples :Input : arr[] = [1, 2, 3, 4
...read more
Arrays
Mathematical
statistical-algorithms
DSA
Mean of an Array
Last Updated: 18 March 2025
Given an array arr[]. The task is to find the mean(floor value) of the array.Examples:Input: arr[] = [1, 3, 4, 2, 6, 5, 8, 7]Output: 4Explan
...read more
Arrays
Order-Statistics
Algorithms
Sorting
Mathematical
statistical-algorithms
median-finding
maths-mean
DSA
Basic Coding Problems
Find median in row wise sorted matrix
Last Updated: 23 January 2025
Given a row-wise sorted matrix mat[][] of order n * m, where the number of rows and columns are always odd. The task is tofind the median of
...read more
Order-Statistics
Binary Search
Matrix
statistical-algorithms
median-finding
DSA
Median of Stream of Running Integers using STL
Last Updated: 02 June 2023
Given that integers are being read from a data stream. Find the median of all the elements read so far starting from the first integer till
...read more
Order-Statistics
Microsoft
Amazon
Adobe
Yahoo
Google
Morgan Stanley
Oracle
Facebook
Belzabar
SAP Labs
Ola Cabs
Heap
STL
featured
statistical-algorithms
Apple
DSA
Find median of BST
Last Updated: 21 February 2023
Given a Binary Search Tree, find the median of it.If number of nodes are even: then median = ((n/2th node + ((n)/2th+1) node) /2If number of
...read more
Order-Statistics
Amazon
Google
Binary Search Tree
statistical-algorithms
Traversal
median-finding
DSA
Median of two Sorted Arrays of Different Sizes
Last Updated: 27 April 2025
Given two sorted arrays, a[] and b[], the task is to find the median of these sorted arrays. Assume that the two sorted arrays are merged an
...read more
Binary Search
Divide and Conquer
Searching
statistical-algorithms
median-finding
DSA
Find Median from Running Data Stream
Last Updated: 17 February 2025
Given a data stream arr[] where integers are read sequentially, the task is to determine the median of the elements encountered so far after
...read more
Microsoft
Amazon
Adobe
Yahoo
Google
Morgan Stanley
Oracle
Facebook
Belzabar
Hike
MAQ Software
SAP Labs
Ola Cabs
FactSet
Mathematical
Heap
array-stream
statistical-algorithms
Apple
median-finding
DSA
Median of two sorted arrays of same size
Last Updated: 02 January 2025
Given 2 sorted arrays a[] and b[], each of size n, the task is to find the median of the array obtained after merging a[] and b[]. Note: Sin
...read more
Arrays
Amazon
Samsung
D-E-Shaw
Accolite
FactSet
Divide and Conquer
Searching
Mathematical
statistical-algorithms
median-finding
DSA
1
2
3
4
>>
Last
1
2
3
4
>>
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 !