All Hard Articles
Given a number N. The task is to check if the given number is Prime Number or not.Examples:   Input: N = 987 Output: Not a Prime… Read More
Given an array arr[] of N strings, the task is to sort these strings according to the numbers of vowels in them. Examples:  Input: arr[]… Read More
Given a binary tree, the task is to check whether the nodes in this tree form an arithmetic progression, geometric progression or harmonic progression.Examples:   Input:… Read More
Basic Disk: A basic disk is a type of hard drive configuration, available with the Windows operating system. To manage all partitions and data on the… Read More
Artificial Intelligence: AI manages more comprehensive issues of automating a system. This computerization should be possible by utilizing any field such as image processing, cognitive… Read More
Puzzle: Find all values of n > 1 for which one can divide a rectangle into n right-angled triangles. Answer: We can divide any rectangle… Read More
Artificial Intelligence: AI manages more comprehensive issues of automating a system. This computerization should be possible by utilizing any field such as image processing, cognitive… Read More
Wi-Fi and Internet are two completely different things. Wi-Fi is more sort of a facility that gives wireless Internet access to smartphones, computers, or other… Read More
The zlib.unzipSync() method is an inbuilt application programming interface of the Zlib module which is used to decompress a chunk of data with Unzip. Syntax:… Read More
The general setup of epipolar geometry. The gray region is the epipolar plane. The orange line is the baseline, while the two blue lines are… Read More
A lightbox gallery is basically used to view the gallery images in detail specifically. You can code the JavaScript to do so but also we… Read More
Content-Type is an HTTP header that is used to indicate the media type of the resource and in the case of responses, it tells the… Read More
Command-line arguments (CLI) consist of text strings utilized to provide extra information to a program during its execution via the command line interface of an… Read More
There are two procedures to select an element with multiple classes by using jQuery. Both the procedures are described below with the proper example. Using… Read More
Given a number N, the task is to construct a square matrix of N * N where the union of elements in some ith row… Read More
Given an array arr[] of N integers. The task is to find all the common divisors of all N integers.Examples   Input: arr[] = {6, 90,… Read More
Round 1: It was a skype round. Coding was done on a share screen. Questions were : Write copy ctor and assignment operator of a… Read More
Position : SDE I (Frontend) Location : Bangalore, India. Date : 14th December, 2019. Round 1: Design game, Snake and Its Food (Ball) from old… Read More
Prerequisites: Doubly Linked List Given a doubly-linked list, the task is to swap Kth node from the beginning with Kth node from the ending.Note: Please note… Read More
Given a Complete Binary Tree, the task is to print the elements in the following pattern. Let’s consider the tree to be:  The tree is… Read More