Normal Distribution in C++

By Pritam Hande

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

Python Program to reverse digits of a given number

By Rohith Immadisetty

In this tutorial, we are going to learn how to reverse a given number in Python by making the reverse of digits. So let’s get started. Reverse the Number in Python To reverse.... Read More

Inserting values in PHP with HTML

By Sanketh

In this PHP tutorial, you are going to learn about how to insert the values in PHP variable with the help of HTML form. Insert Values in PHP To insert values into PHP code, we gene.... Read More

Two Sum problem in Java

By Anubhav Srivastava

Hi coders! In this tutorial, we are going to solve a problem that is related to a very common data structure known as the Array. To solve the two sum problem in Java, we will use H.... Read More

How to make an image blur in java

By Shivank Maheshwari

Hi guys, today we will learn how to make an image blur in java. The Blurring of an image basically refers to reducing the sharpness of that image typically reducing the image noise.... Read More

How to check if a string contains a Special Character or Not in Python

By Sumanth Mahishi

In this tutorial, you will learn how to check if a string contains a special character or not in Python programming language. Special characters are those characters that have a bu.... Read More

Multiple inheritance in C++

By Raj Gaurav

Hello everyone, in this tutorial we learn about MULTIPLE INHERITANCE in C++. Before we start I expected that you all are aware of inheritance, INHERITANCE means, the mechanism of .... Read More

Program to Rotate Doubly linked list by N nodes in C++

By Yogender Narayan

In this tutorial, we are going to learn about the Program to Rotate Doubly linked list by N nodes in C++. Firstly, we will learn about the doubly linked list. Introduction A doubl.... Read More

Related Posts