Posts by Megha J Panicker
Author Biographical Info: Not available
In this tutorial, we are going to solve the Word Break Problem using Backtracking and the programming language we’re using is Python. Here the problem is that we are given a .... Read More
Data Analysis is the process of extracting valuable information for data. In python, we have a number of tools to do that. We will first import the numpy library, this library has .... Read More
In this tutorial, we will see how to rescale the pixel intensities of image. Colour images are arrays of pixel values of RED, GREEN, and BLUE. These RGB values range from 0 –.... Read More