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 Tutorial
Taking Input in Python
Python Operators
Python Data Types
Python Loops and Control Flow
Python Conditional Statements
Python Loops
Python Functions
Python OOPS Concept
Python Data Structures
Python Exception Handling
Python File Handling
Python Exercises
Java
Learn Java Programming Language
Java Collections
Java 8 Tutorial
Java Programs
Java Interview Questions
Java Interview Questions
Core Java Interview Questions-Freshers
Java Multithreading Interview Questions
OOPs Interview Questions and Answers
Java Exercises
Java Quiz
Java Quiz
Core Java MCQ
Java Projects
Advance Java
Spring Tutorial
Spring Boot Tutorial
Spring Boot Interview Questions
Spring MVC Tutorial
Spring MVC Interview Questions
Hibernate Tutorial
Hibernate Interview Questions
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
series
510+ articles
Basic Coding Problems
360+ articles
Placements
350+ articles
series-sum
110+ articles
arithmetic progression
73 articles
Randomized
68 articles
QA - Placements
38 articles
Geometric Progression
27 articles
harmonic progression
12 posts
Popular Articles
Recent Articles
Tricks To solve AP, GP and HP Questions Quickly
Last Updated: 08 November 2024
The topic of progressions—Arithmetic Progression (AP), Geometric Progression (GP), and Harmonic Progression (HP)—plays a crucial role in
...read more
Geometric Progression
harmonic progression
Maths
placement
Mathematics
School Learning
Arithmetic Progressions
Find a sequence of distinct integers whose Harmonic Mean is N
Last Updated: 09 October 2023
Given an integer N, the task is to find a sequence of distinct integers whose Harmonic Mean is N itself. In case such a sequence doesn't exi
...read more
Data Structures
Analysis of Algorithms
harmonic progression
DSA
Check whether nodes of Binary Tree form Arithmetic, Geometric or Harmonic Progression
Last Updated: 21 June 2022
Given a binary tree, the task is to check whether the nodes in this tree form an arithmetic progression, geometric progression or harmonic p
...read more
Tree
Pattern Searching
Mathematical
Aptitude-Progressions
Progressions
arithmetic progression
Geometric Progression
harmonic progression
DSA
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
series
510+ articles
Basic Coding Problems
360+ articles
Placements
350+ articles
series-sum
110+ articles
arithmetic progression
73+ articles
Randomized
68+ articles
QA - Placements
38+ articles
Geometric Progression
27+ articles
Summation of floor of harmonic progression
Last Updated: 13 September 2022
Given an integer N, the task is to find the summation of the harmonic series[Tex]\sum_{i=1}^{n} \lfloor{n/i}\rfloor[/Tex].Examples:Input: N
...read more
Mathematical
C++ Programs
series-sum
harmonic progression
DSA
Program to find sum of harmonic series
Last Updated: 27 August 2022
Harmonic series is inverse of a arithmetic progression. In general, the terms in a harmonic progression can be denoted as 1/a, 1/(a + d), 1/
...read more
Mathematical
series
series-sum
harmonic progression
DSA
Check if the given number is Ore number or not
Last Updated: 01 August 2022
Given a positive integer n, check if it is an Ore number or not. Print 'YES' if n is an ore number otherwise print 'NO'.Ore Number: In mathe
...read more
Mathematical
series
divisibility
number-theory
harmonic progression
DSA
Program to find the Nth Harmonic Number
Last Updated: 20 March 2023
Given a number N. The task is to find the Nth Harmonic Number.Let the nth harmonic number be Hn.The harmonic series is as follows:H1 = 1H2 =
...read more
Mathematical
Technical Scripter
series
Numbers
harmonic progression
DSA
Harmonic progression Sum
Last Updated: 10 August 2022
Given the first element of the progression 'a', common difference between the element 'd' and number of terms in the progression 'n', where[
...read more
Mathematical
series
series-sum
harmonic progression
DSA
Sum of series (n/1) + (n/2) + (n/3) + (n/4) +.......+ (n/n)
Last Updated: 11 August 2022
Given a value n, find the sum of series, (n/1) + (n/2) + (n/3) + (n/4) +.......+(n/n) where the value of n can be up to 10^12.Note: Consider
...read more
Misc
Mathematical
series
harmonic progression
DSA
Progression - Aptitude Questions and Answers
Last Updated: 08 November 2024
Progression (or Sequences and Series) are mathematical concepts that involve arranging numbers in a particular order based on a repeatable p
...read more
Placements
QA - Placements
arithmetic progression
Geometric Progression
harmonic progression
Expected Number of Trials until Success
Last Updated: 01 June 2023
Consider the following famous puzzle.In a country, all families want a boy. They keep having babies till a boy is born. What is the expected
...read more
Mathematical
Randomized
harmonic progression
DSA
Program to find sum of series 1 + 1/2 + 1/3 + 1/4 + .. + 1/n
Last Updated: 16 February 2023
If inverse of a sequence follows rule of an A.P i.e, Arithmetic progression, then it is said to be in Harmonic Progression.In general, the t
...read more
Mathematical
series
harmonic progression
DSA
Basic Coding Problems
1
1
1
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 !