All Expert Articles
The test for a monotonic sequence is a utility that has manifold applications in mathematics and hence every sphere related to mathematics. As mathematics and… Read More
Given a string consisting of vowels and consonants. The task is to find the number of ways in which the characters of the string can… Read More
Given a graph G, the task is to check if it represents a Ring Topology.A Ring Topology is the one shown in the image below: … Read More
In this article we’ll discuss an efficient method of foreground extraction from the background in an image. The idea here is to find the foreground,… Read More
Question 1: Which of the following is the value of T3(n) where T3(n) is defined as T3(n) = 5*T3(n-1) – 4*T3(n-2) C1*5n + C2*4n C1… Read More
The clip property specifies defining what portion of an absolutely positioned element you want to make visible. Except for the specified region, the rest all… Read More
Round 1: VVDN technologies is a core embedded company. There are four rounds. They are written, technical HR, technical HR, HR. In the 1st round… Read More
Introduction to Emacs Editor in Linux/Unix Systems: The Emacs is referred to a family of editors, which means it has many versions or flavors or… 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
The ensureCapacity() method of Java.util.Vector class increases the capacity of this Vector instance, if necessary, to ensure that it can hold at least the number… Read More
continue is a command which is used to skip the current iteration in for, while, and until loop. It is used in scripting languages and… Read More
::after selector is used to add same content multiple times after the content of other elements. This selector is same as ::before selector.  Syntax: ::after{… Read More
Prerequisite – Introduction to NoSQL, Difference between SQL and NoSQL The term NewSQL is not exactly as wide as NoSQL. NewSQL systems all begin with… Read More
numpy.savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n', header='', footer='', comments='# ', encoding=None) : This method is used to save an array to a text file. Parameters:… Read More
Round 1: Capgemini visited our campus in August 2018. All BTech branches were allowed having 60% and higher marks (no active backlog). No gap in education… Read More
Underscore.js _.flatten() function is an inbuilt function in the Underscore.js library of JavaScript that is used to flatten an array that is nested to some… Read More
Introspection is an ability to determine the type of an object at runtime. Everything in python is an object. Every object in Python may have… Read More
Given a string str comprising of characters (, ), {, }, [, ] and ?. The task is to find the total number of balanced… Read More
Given a square matrix mat[][] of odd dimensions, the task is to change the value of the middle most element of the matrix to the… Read More
An array is a collection of similar type variables which are referred to by a common name. In C#, arrays are the reference types so… Read More
C#