All Hard Articles
In this article, an Android app is created to display a basic Stopwatch. The layout for Stopwatch includes: A TextView: showing how much time has… Read More
Given a binary tree and a leaf node from this tree. It is known that in 1s all nodes connected to a given node (left… Read More
Given are integers N, L and R, the task is to count the number of non decreasing arrays of length N formed with values in… Read More
Given an array arr[] of N integers, the task is to count the number of smaller elements on the right side for each of the… Read More
Round 1: Questions on handling Race conditions while read/write to db, discussion on master-slave architecture. Word break Problem (solved using Trie). Round 2: Question on… Read More
SNORT is a network based intrusion detection system which is written in C programming language. It was developed in 1998 by Martin Roesch. Now it… Read More
CSV file is a Comma Separated Value file that uses a comma to separate values. It is basically used for exchanging data between different applications.… Read More
Given N eggs and K floors, the task is to find the minimum number of trials needed, in the worst case, to find the floor… Read More
In this article, it is explained how to find the X, Y, and Z intercepts of a plane. There are two ways to find the… Read More
Python language is widely used for modern machine learning and data analysis. One can detect an image, speech, can even detect an object through Python.… Read More
Given a directed weighted graph and two vertices S and D in it, the task is to find the shortest path from S to D… Read More
While working with CSS, you might have come across situations where you made some changes in the stylesheet and had to do a hard reload… Read More
ADP visited NIT Calicut on 27th Jan 2020 for the role of Senior Member Technical. The PPT started around 12.20 PM and the entire selection… Read More
In this article, we will see how to use the Filter inside the controller using AngularJS. Filters are used to format the value of an… Read More
Way of implementing line breaks differ from one platform to another. The following approach takes input text from HTML Textarea and adds line breaks using… Read More
PHP: PHP (Hypertext Pre-processor) is a general-purpose programming language used to designed a website or web applications. It is the server-side scripting language embedded with… Read More
Struts is an open-source web application framework developed by Apache Software Foundation, it is used to create a web application based on servlet and JSP.… Read More
There are two singly linked lists in a system. By some programming error, the end node of one of the linked lists got linked to… Read More
  The VBScript stands for Visual Basics Script language. Basically it is the combination of Visual Basic programming language and JavaScript language. VBScript was invented… Read More
As you know, few days remaining for the GATE 2020 exam and undoubtedly, your preparation for the same must be going with all enthusiasm. But…… Read More