Courses
Sale
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.6K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
C++
3.8K+ articles
Arrays
264+ articles
DSA
26+ articles
C Mathematical Programs
1+ articles
Converted Page to Post
+ articles
C++ Mathematical Programs
4 posts
Recent Articles
Find if the point P lies Inside or Not
Last Updated: 16 August 2026
Given the coordinates of the three vertices of a triangle (x1, y1), (x2, y2), and (x3, y3), along with a point P(x, y).  Find if the point P lies inside the triangle or on...
read more
DSA
C++ Mathematical Programs
Distribution with i allocated to arr[i]
Last Updated: 05 August 2026
Given an integer array arr[] of n elements, where arr[i] represents the number of goodies currently held by the (i+1)th student. The goodies can be redistributed among the...
read more
DSA
Arrays
C++ Mathematical Programs
DSA
How to Find Average of All Elements in a List in C++?
Last Updated: 23 July 2025
In C++, the STL provides a list container that is a doubly-linked list that allows storing the data in non-continuous memory locations. In this article, we will learn how ...
read more
C++ Programs
C++
Picked
cpp-list
cpp-list-functions
C++ Mathematical Programs
CPP Examples
C/C++ Mathematical Programs
Last Updated: 23 July 2025
Mathematical Algorithms in programming are the specialized method to solve arithmetic problems such as finding roots, GCD, etc. Most of us are familiar with the convention...
read more
C++
C++ Mathematical Programs
C Mathematical Programs
✕