All Medium Articles
Given a 2d-array arr[][] which represents the nodes of a Binary tree, the task is to find the maximum GCD of the siblings of this… Read More
Prerequisite: To Find Maximum and Minimum Prime NumberGiven four integers A, B, C and X, the task is to minimize the cost of selecting two… Read More
Given two numbers N and K, the task is to print the distinct powers of N which are used to get the sum K. If… Read More
Given an array arr containing N positive integers and the number of queries Q, for each query task is to find the maximum pair sum… Read More
Given two arrays arr[] containing N integers and Q[][] containing K queries where every query represents a range [L, R]. The task is to rearrange… Read More
Given an array arr[] of length N and a number K, the task is to find all the subsequences of the array whose sum of… Read More
Given two binary trees S and T, the task is the check that if S is a subtree of the Tree T. For Example:  Input:… Read More
So, this is an overview of all the rounds in HashedIn off-campus selection drive. Round 1: This is the 1st technical round and it is an… Read More
Given a string S, the task is to find the length longest sub-string which is a palindromeExamples:  Input: S = “aaaabbaa” Output: 6 Explanation: Sub-string “aabbaa” is the… Read More
Given an integer N and set of digits D[], which consists of digits from [1, 9]. The task is to count the numbers possible less… Read More
Application: This is my interview experience for product development engineer role(PDE-1) at phenom people, Hyderabad. I applied through Naukri and got a call from one… Read More
Three-address code is a sequence of statements of the general form A := B op C, where A, B, C are either programmer defined names,… Read More
strings.FieldsFunc() Function in Golang is used to splits the given string str at each run of Unicode code points c satisfying f(c) and returns an… Read More
Given a matrix mat[][], the task is to sort the main diagonal elements of the matrix in increasing order.Main Diagonal: Main diagonal or major diagonal… Read More
Most of the C Programs deals with complex number operations and manipulations by using complex.h header file. This header file was added in C99 Standard.… Read More
Control structure testing is used to increase the coverage area by testing various control structures present in the program. The different types of testing performed… Read More
In this article we will see how to set logo to a radio button. By default there is no logo set to the radio button,… Read More
Sometimes, while working with Python strings, we can have problem in which we need to extract certain words with contain both numbers and alphabets. This… Read More
In an era where unprecedented amounts of data are flooding the market, the ability to transform complicated information into clear, informative insights has become a… Read More
numpy.ix_() function construct an open mesh from multiple sequences. This function takes N 1-D sequences and returns N outputs with N dimensions each, such that… Read More