All Expert Articles
Univariate optimization refers to a specific case of nonlinear optimization where the problem does not involve any constraints. It focuses on finding the optimal value… Read More
Given an array arr[] of N strings. The task is to find the count of all possible pairs of strings such that their concatenations has… Read More
This article aims to implement a deep neural network with an arbitrary number of hidden layers each containing different numbers of neurons. We will be… Read More
This JQuery.Deferred() method in JQuery  is a function which returns the utility object with methods which can register multiple callbacks to queues.  It calls the… Read More
Given an undirected graph and two vertices X and Y, our task is to check whether the vertex X lies in the subgraph of the… Read More
What’s a multivariate optimization problem? In a multivariate optimization problem, there are multiple variables that act as decision variables in the optimization problem.   z = f(x1,… Read More
Prerequisite: Vi/Vim text editor  Vim is a modal(mode based), hyper-efficient text editor. Customization of vim can happen at two levels:  System-level: Vim will be customized… Read More
In this article, we will explain the very basics of CSS animations along with a demonstration of how to add a floating animation. CSS animations… Read More
Given a number N, the task is to create a square matrix of size N*N with values in range [1, N*N], such that the sum… Read More
1. Blu-ray : Blu-ray is a digital optical disk of large data storage that is developed by the Blu-ray Disc Association that is capable of… Read More
1. macOS :  macOS is a series of proprietary graphical operating systems which is provided by Apple Incorporation. It was earlier known as Mac OS… Read More
Progressive Testing is also known as Incremental Testing. In Software Testing Incremental Testing refers to test modules one after another. When in an application parent-child modules are tested… Read More
Prerequisite – Carrier Sense Multiple Access (CSMA) 1. 1-persistent CSMA : In 1-persistent CSMA, station continuously senses channel to check its state i.e. idle or… Read More
Do you know what is a “Unicorn Employee”? Well, in today’s times, that is someone who is multi-talented, works hard, and is ready to go… Read More
Data security is a huge topic and it’s one of the most important types of security in space today. Lots of hackers and world governments… Read More
OpenCV is a library of programming functions mainly aimed at real-time computer vision. In this article, we will see how to get the objects of the… Read More
Prerequisites: Graham Scan’s Convex Hull, Orientation.Given a set of N points in a coordinates plane, the task is to find the maximum distance between any… Read More
Prerequisite: ANN | Self Organizing Neural Network (SONN) In the Self Organizing Neural Network (SONN), learning is performed by shifting the weights from inactive connections… Read More
The mount event is fired on a sub-app when it is mounted on a parent app and the parent app is basically passed to the… Read More
Campus Area Network (CAN) is a group of interconnected Local Area Networks (LAN) within a limited geographical area like school campus, university campus, military bases,… Read More