All Expert Articles
There are two methods to remove the space between inline-block elements. Method 1: Assign the font size of the parent of the inline block element… Read More
Round 1 – Resume Shortlisting A total of 166 resumes were sent to the company out of which 29 were shortlisted for next round. Round… Read More
The end(int group) method of Matcher Class is used to get the offset after the end index of the match result already done, from the… Read More
Given a number . The task is to check if the number is formed by concatenating the numbers 1, 14 and 144 only any number of… Read More
is_a() Function The is_a() is a built-in function in PHP which is used to check whether a given object is of a given class or… Read More
The LinkedTransferQueue class in Java is a part of the Java Collection Framework. It was introduced in JDK 1.7 and it belongs to java.util.concurrent package.… Read More
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages… Read More
List is an important container and is used almost in every code of day-day programming as well as web development. The more it is used,… Read More
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages… Read More
Python is a great language for doing data analysis, primarily because of the fantastic ecosystem of data-centric python packages. Pandas is one of those packages… Read More
Geek on the top is all about success stories of Geeks who are working hard to chase their goals and are an inspiration for other… Read More
Given a square matrix mat every element of which is either 0 or 1. A value 1 means connected and 0 means not connected. The… Read More
Guava’s Sets.powerSet() returns the set of all possible subsets of set. Syntax: public static <E> Set<Set<E>> powerSet(Set<E> set) Here, set is the set of elements… Read More
Creating an overlay effect simply means putting two div together at the same place but both the div appear when needed i.e while hovering or… Read More
Prerequisite: Indexers in C# Like functions, Indexers can also be overloaded. In C#, we can have multiple indexers in a single class. To overload an… Read More
Python in its language allows various mathematical operations, which has manifolds application in scientific domain. One such offering of Python is the inbuilt gamma() function,… Read More
Given a number N, the task is to print Hut of width n.  Output Algorithm: Take input for the width of the hut (n).If n… Read More
Company: Envestnet Yodlee Profile: Senior Software Engineer Location: Bangalore Eligibility Criteria: CS(M.Tech + B.Tech) && 70% cutoff                … Read More
Given an array ‘arr’ all the numbers of which are initialized to ‘0’ then the array can be updated at any time in the following… Read More
Given a range [L, R], the task is to find the numbers from the range which have the count of their divisors as even as… Read More