All Medium Articles
BottomNavigationView makes it easy for users to explore and switch between top-level views with a single tap. There should be a minimum of 3 top-level… Read More
In this article we will discuss the implementation of the lower_bound() and upper_bound() in an array of pairs. lower_bound(): It returns an iterator pointing to… Read More
A function in C is a set of code that performs a specific task and can be used whenever needed just by calling it. But… Read More
As we know the world is facing an unprecedented challenge with communities and economies everywhere affected by the COVID19. So, we are going to do… Read More
In this article, we are going to see how to add column names to a dataframe. Let us how to add names to DataFrame columns… Read More
Given list of dictionaries, convert to ordered key dictionary with each key contained dictionary as its nested value. Input : test_list = [{“Gfg” : 3,… Read More
Cellpadding: Cellpadding specifies the space between the border of a table cell and its contents (i.e) it defines the whitespace between the cell edge and… Read More
Font-awesome is a web’s icon library that gives you scalable vector icons that can be customized in terms of color, size, and in many more… Read More
Given list of dictionaries with string list values, remove all the numerics from all strings. Input: test_dict = {'Gfg' : ["G4G is Best 4", "4… Read More
Given a K and a matrix Q[][] consisting of queries of the form {N, M}, the task for each query is to count the number… Read More
Round 1: Coding Round The test was conducted on HackerRank and was for 1:30 hours. About 100 students were shortlisted on the basis of CV… Read More
Given an array num[] of N integers where each element is associated with a price given by another array price[], the task is to minimize… Read More
Given two integers N and M, the task is to construct a binary string with the following conditions :  The Binary String consists of N… Read More
Artifact is highly associated and related to specific methods or processes of development. Methods or processes can be project plans, business cases, or risk assessments.… Read More
It was a complete virtual process ( July 2020) .  Test There was a online test consisting of 32 questions with 15 Aptitude questions, 15… Read More
How I came to know about the opening ? So, Paytm recruiters mention a post on linked in and my friend tag me in the… Read More
Method 1: To make the table responsive on all viewport size, wrap the table within a opening and closing <div> tags, having class “table-responsive” within… Read More
1. Assembler : An assembly language which is basically mnemonics like GO, HALT, JUMP, and NOT code which is translated to the machine language by… Read More
As we all know the flutter app consists of widgets only, these are broadly classified into two types:  Stateless Widget Stateful Widget State: Before knowing… Read More
Map Reduce :- It is a framework in which we can write applications to run huge amount of data in parallel and in large cluster… Read More