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
Interview Corner
System Design Tutorial
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 and Linux
DevOps Tutorial
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux Tutorial
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
DSA Tutorial
Practice
Practice Coding Problems
Problem of the Day
GfG SDE Sheet
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE 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 Tutorial
Flask Tutorial
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
C++ Programs
2.5k+ articles
Competitive Programming
2.3k+ articles
School Programming
1.3k+ articles
series
510+ articles
number-theory
410+ articles
Basic Coding Problems
360+ articles
series-sum
110+ articles
maths-cube
39 posts
Popular Articles
Recent Articles
C Program to check whether a number is a Perfect Cube or not
Last Updated: 11 April 2023
Given a number N, the task is to write C program to check if the given number is perfect cube or not.Examples:Input: N = 216Output: YesExpla
...read more
Binary Search
Mathematical
School Programming
C Programs
C++ Programs
maths-cube
maths-power
maths-perfect-cube
Maths
DSA
Average of Cubes of first N natural numbers
Last Updated: 14 March 2024
Given a positive integer N, the task is to find the average of cubes of the first N natural numbers.Examples:Input: N = 2Output: 4.5Explanat
...read more
Java
Mathematical
Python
Competitive Programming
Puzzles
C Language
C++
Aptitude
C Programs
C++ Programs
maths-cube
Natural Numbers
DSA
Find the integral roots of a given Cubic equation
Last Updated: 25 July 2024
Given 5 integers say A, B, C, D, and E which represents the cubic equation[Tex]f(x) = A*x^{3} + B*x^{2} + C*x + D = E[/Tex], the task is to
...read more
Binary Search
Searching
Mathematical
Competitive Programming
Algebra
maths-cube
root
DSA
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
C++ Programs
2.5k+ articles
Competitive Programming
2.3k+ articles
School Programming
1.3k+ articles
series
510+ articles
number-theory
410+ articles
Basic Coding Problems
360+ articles
series-sum
110+ articles
Count numbers upto N which are both perfect square and perfect cube
Last Updated: 15 February 2025
Given a positive integer n, the task is to find the count of numbers from 1 to n which are both perfect squares and cubes.Examples:Input: n
...read more
Mathematical
number-theory
Technical Scripter 2018
maths-cube
maths-perfect-square
DSA
Cubes: Verbal Reasoning Questions and Answers
Last Updated: 20 November 2023
Cubes is an important topic that needs to be prepared for the Logical Reasoning section of the competitive examinations. Candidates needs to
...read more
placement preparation
Placements
Aptitude
maths-cube
Sum of cubes of even and odd natural numbers
Last Updated: 25 October 2022
We know that sum of cubes of first n natural numbers is = (n(n+1)/2)2.Sum of cube of first n even natural numbers 23 + 43 + 63 + ......... +
...read more
Mathematical
series
series-sum
maths-cube
DSA
Program for cube sum of first n natural numbers
Last Updated: 22 June 2022
Print the sum of series 13 + 23 + 33 + 43 + .......+ n3 till n-th term.Examples :Input : n = 5Output : 22513 + 23 + 33 + 43 + 53 = 225Input
...read more
Mathematical
number-theory
maths-cube
DSA
C++ Program for cube sum of first n natural numbers
Last Updated: 19 October 2023
Write a C++ program to print the sum of series 13 + 23 + 33 + 43 + .......+ n3 till the n-th term.Examples:Input: n = 5Output: 225Explanatio
...read more
C++ Programs
maths-cube
Java Program for cube sum of first n natural numbers
Last Updated: 19 October 2023
Write a Java program to print the sum of series 13 + 23 + 33 + 43 + .......+ n3 till the n-th term.Examples:Input: n = 5Output: 225Explanati
...read more
Java Programs
maths-cube
Python Program for cube sum of first n natural numbers
Last Updated: 24 February 2025
We are given a number n and we need to print the sum of series 13 + 23 + 33 + 43 + .......+ n3 till the n-th term in python.Examples:Input:
...read more
Python Programs
maths-cube
DSA
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
Count all triplets whose sum is equal to a perfect cube
Last Updated: 28 October 2021
Given an array of n integers, count all different triplets whose sum is equal to the perfect cube i.e, for any i, j, k(i j k) satisfying t
...read more
Dynamic Programming
maths-cube
DSA
Sum of cubes of first n odd natural numbers
Last Updated: 16 February 2023
Given a number n, find sum of first n odd natural numbers.Input : 2Output : 281^3 + 3^3 = 28Input : 4Output : 4961^3 + 3^3 + 5^3 + 7^3 = 4
...read more
Mathematical
series
number-theory
series-sum
maths-cube
DSA
Basic Coding Problems
Sum of cubes of first n even numbers
Last Updated: 16 February 2023
Given a number n, find the sum of first n even natural numbers.Examples:Input : 2Output : 722^3 + 4^3 = 72Input : 8Output :103682^3 + 4^3 +
...read more
Mathematical
series
number-theory
series-sum
maths-cube
DSA
Basic Coding Problems
Pair Cube Count
Last Updated: 19 March 2025
Given n, count all 'a' and 'b' that satisfy the condition a^3 + b^3 = n.Where (a, b) and (b, a) are considered two different pairsExamples:I
...read more
Adobe
Mathematical
maths-cube
DSA
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
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 !