Posts by Pritam Hande
Author Biographical Info: Coding Freak..
In this tutorial, we will learn how to find out the root of an equation using the successive approximation method in C++. Before proceeding further let’s first understand wha.... Read More
In this tutorial, we will learn how to solve linear equations using Gaussian elimination in C++. Before proceeding further let’s first understand what is Gaussian eliminat.... Read More
In this tutorial, we will learn about normal distribution and its implementation in C++. Before proceeding further let’s first understand what is a normal distribution. Norma.... Read More
In this tutorial, we will learn how to find out the root of an equation using the newton raphson method in C++. Before proceeding further let’s first understand what is the newt.... Read More
In this tutorial, we will learn how to find out the root of an equation using the secant method in C++. Before proceeding further let’s first understand what is the secant me.... Read More
In this tutorial, we will learn Morris postorder tree traversal in C++. For learning morris postorder tree traversal first we should know about what is postorder tree traversal. P.... Read More
In this tutorial, we will learn how to find the intersection of two arrays in C++. Before that let’s first understand what is array. Array: is a derived data type that contai.... Read More
In this tutorial, we will learn how to play any video in C++ using OpenCV. For doing so we are going to use OpenCV. Before proceeding further let’s see some basic information.... Read More