All Medium Articles
Given an array arr[] consisting of N integers, the task is to find the lexicographically largest permutation of the given array possible by exactly one… Read More
Given a list of numbers, the task is to write a Python program to remove all numbers with repetitive digits. Examples: Input : test_list =… Read More
In this article, we will learn Colors on an Image using the Pillow module in Python. Let’s discuss some concepts: A crucial class within the… Read More
Round 1(Coding): 4 hr  Coding test consists of 5 coding problems. 3 Questions were based on the basic Data Structures and 2 are medium-level DS… Read More
Online Technical Test – This round was an online Hackerrank test consisting of 3 questions, out of which 1 was easy and 1 easy-medium, and… Read More
The use of the Naive Bayesian classifier in Weka is demonstrated in this article. The “weather-nominal” data set used in this experiment is available in… Read More
Given an integer K and an array A[] of size N, the task is to create a new array with sum K with minimum number… Read More
Given a string S consisting of N lowercase alphabets, the task is to check if it is possible to make all characters of the string… Read More
Given a binary 2D array arr[] of dimension M * N representing a grid where ‘0‘ represents that there is a wall on the main… Read More
PyGame is a collection of modules that break through the language of Python applications. These modules are designed to edit video games. PyGame, therefore, includes… Read More
When we create a new Android Project, eventually we start accumulating different-different dependencies to get certain functionalities, but over time managing them becomes cumbersome, thus… Read More
Android Studio is a full-featured cross-platform IDE that helps us to build applications for Android devices. Android Studio is based on JetBrains’ IntelliJ IDEA. This… Read More
First of all garbage pickup on the Dalvik Virtual Machine is often much more relaxed than other Java implementations because it does no compacting. this… Read More
In this article, we will see how to play with texts using the Pygame module. We will be dealing here with initializing the font, rendering… Read More
In this article, we will discuss how to collect data from Google forms using Pandas.  Modules Needed pydrive: This is used to simplify many common… Read More
I applied for Verizon Media in the first week of February. The process took around 1 month. Round 1(Coding): The first round was coding. There… Read More
Microsoft Recruitment Team for Machine Learning Engineer confirmed my application for Machine Learning Engineer in India. In this post, I’ll share my experience in the… Read More
Given a string, the task is to write a Python program to get all possible slices for K number of slices. Input : test_str =… Read More
Given a string S consisting of uppercase and lowercase characters. The task is to sort uppercase and lowercase letters separately such that if the “i”th… Read More