Posts by Kunal Kamble

Author Biographical Info: Not available

Left rotate an array by D places in C++

By Kunal Kamble

Hello, friends in this tutorial we will learn to left rotate an array by D places and write the code for it in C++. An array is a collection of elements of similar data types store.... Read More

Swap all odd and even bits in Python

By Kunal Kamble

Hello friends in this tutorial, we will learn to swap the odd and even bits of a number and write the code for it in Python. Now let’s explore how we can do it. For example: .... Read More

Implementing Binary Search in Java

By Kunal Kamble

Hello friends, In this tutorial, we will study the searching technique called Binary Search and its implementation in Java. Binary Search is one of the most efficient searching tec.... Read More

Related Posts