PHP Strings

By Sanketh

In this PHP tutorial, you are going to learn about various string functions in PHP. Along with that you are also going to learn about the string manipulation functions in PHP. Stri.... Read More

Hill Cipher

By Malapati Preethi

Let’s learn how Hill Cipher works and everything you need to know about Hill Cipher with its implementation. When you are sending a text message to a friend, you don’t .... Read More

Burrows Wheeler Transform in Python

By Asma Khan

In this tutorial, we will learn about burrows wheeler transform (BWT) in Python. As scary as this algorithm may look, it is simple as pie if we actually check it out. What is BWT? .... Read More

PHP Functions

By Sanketh

In this PHP tutorial, we are gonna learn about PHP functions, creating PHP functions, types of PHP functions and how to add two numbers using function in PHP. A function is a block.... Read More

Jump statement using return in Java

By Thanmai Komaravelly

In this tutorial, we will learn jump statement using return in Java. usingĀ  jump statement (return) in java We are showing you a simple example of it, so that you can understand h.... Read More

Convert joule to calorie in Java

By Shakshi Parekh

In this section, we are going to study how to convert joule to calorie in Java. Let us first see the conversion as 1 calorie = 4.184 Joule. Here we are dividing 4.184 and we will g.... Read More

How to merge two arrays in C++

By Barshan Paul

In this problem, we will learn how to merge two arrays in C++ programming. You have to ask the user to enter the array 1 size and elements then size of the second array and element.... Read More

Number of Nodes at given level in a tree using BFS (Graph) in C++

By Yogender Narayan

In this tutorial, we will learn. How to count the number of nodes at a given level in a tree using BFS in C++. At a particular level, there can be a different amount of nodes. We a.... Read More

Related Posts