Play Music in C++

By Pritam Hande

In this tutorial, we will learn how to play .wav audio files using the PlaySound function in C++. Steps to follow for implementation Open Dev C++ application. ( I’m using Dec.... Read More

Saddleback search algorithm in Java

By Anubhav Srivastava

Hi coders, this tutorial is focused on Saddleback search algorithm in Java. Many times you have been asked for the searching of an element in various data structures. If we are ask.... Read More

Java program to find strong number in an array

By Shakshi Parekh

This tutorial will guide you to learn how to find strong number in an array in Java Java is also a high programming level language and also easy to learn. An array is a data type i.... Read More

How to merge two linked lists in Java

By Barshan Paul

We will learn how to merge two Linked Lists in Java programming language with an example, algorithm, and a Java program. In this program, we will merge two Linked List in an iterat.... Read More

Program to find if a LinkedList is a palindrome or not in Java ?

By Darshna Patil

Hi there! today we are going to learn if a LinkedList is a palindrome or not in Java. We all know that a string or number is palindrome if when reads backwards it produces the same.... Read More

auto-boxing and unboxing in Java

By Yanamandra Valli

In this tutorial, we will learn how to do auto-boxing and unboxing in java. Further, we will be discussing the advantages of auto-boxing and unboxing and let us see how the auto-bo.... Read More

Create a custom WordPress widget item

By Prashant Singh

In this tutorial, we have discussed how to create a custom WordPress widget item. What is the WordPress widget WordPress widgets are the small block that is used on the front side .... Read More

How to add particles to your website using particle.js

By Sesha Gopal

I have noticed that a lot of high-end websites sometimes have particles floating around on their background. This intrigued me and I wanted to know more about this. That is when I .... Read More