Posts by Saurabh Salunkhe
Author Biographical Info: Not available
In this tutorial we are going to learn about the logic that will check if a number can be displayed using 7 segment LED in C++. We will also implement a C++ program that will demon.... Read More
In this tutorial, we will learn how to convert a list of integers to list of string in Java. Converting the following list of Integers to list of String List of Integer : ( 20, 27,.... Read More
In this tutorial, we will discuss the virtual destructor using shared_ptr in C++. Also, we will implement a C++ program that will demonstrate the working of shared_ptr. What is sha.... Read More
In this tutorial, we will learn the logic behind converting boxed array to a stream in Java. We will also implement a Java program that demonstration the conversion. What is Array?.... Read More
In this tutorial, we will learn the logic for converting a List into a Map in Java. We will also implement a Java program that will demonstrate the conversion. Conversion of List r.... Read More
In this tutorial, we will discuss the logic behind computing the linear extrapolation in Java. Also, we will implement a Java problem that will compute the extrapolation result bas.... Read More
In this tutorial, we will discuss the logic behind counting the number of set bits in Java. Also, we will implement a Java program that will count the number of set bits. What are .... Read More