All Easy Articles
The North-West Corner method has been discussed in the previous article. In this article, the Least Cost Cell method will be discussed.  Solution: According to… Read More
This header file consists of platform-dependent and implementation specific floating point values. A floating point has four parts. Sign Its value can be either negative… Read More
#include is a way of including a standard or user-defined file in the program and is mostly written at the beginning of any C program.… Read More
This article aims to help in How to create a Circular image view in Android without using any library in an Android Application. A Simple… Read More
Parallel Computing: In parallel computing multiple processors performs multiple tasks assigned to them simultaneously. Memory in parallel systems can either be shared or distributed. Parallel… Read More
Operators are used to perform operations on values and variables. These are the special symbols that carry out arithmetic and logical computations. The value the… Read More
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. cv2.blur() method is used to blur an image using the normalized box… Read More
Given an array arr[] of size N and an integer K > 0. The task is to find the number of subarrays with sum at… Read More
Bank Of America visited our campus for on-campus placement for the post of Senior Technical Associate at five locations across India. There was an online… Read More
Given a number N, the task is to minimize the number by changing at most K digits. Note that the number should not contain any… Read More
Oyo Rooms visited our college IIT Bhubaneswar for recruitment by November 2019. Round 1: Online test was on Interviewbit platform There were 2 sections in the… Read More
Operators are used to perform operations on values and variables. These are the special symbols that carry out arithmetic and logical computations. The value the… Read More
In layman’s term, Hotspot is a Wi-Fi network created from a device other than a router. In our case, it will be created from a… Read More
When the quantiles of two variables are plotted against each other, then the plot obtained is known as quantile – quantile plot or qqplot. This… Read More
Amazon visited our campus(Sathyabama University) to recruit interns. I’m sharing my internship’s interview experience. Round 1: The round is online test conducted by mettl paltform. There… Read More
While reading or writing to a file, access mode governs the type of operations possible in the opened file. It refers to how the file… Read More
In this growing age of technology, everyone has a lot of files stored in their smartphones. Some of these documents are meant to be private.… Read More
The shape-outside property is used to define the shape that the adjacent inline content may wrap around. It can be used to define complex shapes… Read More
Given N dependencies of the form X Y, where X & Y represents two different tasks. The dependency X Y denotes dependency of the form… Read More
I recently went for an interview with Schlumberger – one of the giants in the oilfield sectors. I qualified their coding test comprising of two… Read More