All Hard Articles
Given an integer N, representing number of projects, two arrays P[] and C[], consisting of N integers, and two integers W and K where, W… Read More
Prerequisite: QuickSort Algorithm The quicksort algorithm discussed in this article can take O(N2) time in the worst case. Hence, certain variations are needed which can… Read More
In this article, we will learn how to align items to the baseline of the container. There are three types of alignments in CSS, baseline… Read More
Putting the React JS component inside the HTML library is not recommended and may lead to conflict in React lifecycle methods. But it can be… Read More
In this article, we will learn to make an HTML link that forces refresh. HTML <meta> http-equiv attribute with refresh value specified in meta element… Read More
The WeakMap() Constructor produces WeakMap objects that are a key/value pair array in which the key is referenced weakly. The keys should be objects and… Read More
Property Accessors allow access with the property name or keys of an object (Reading, Creating, Updating). There are two notations in JavaScript that allows us… Read More
The purpose of this article is to make a simple program to Join two tables using Join and Where clause in SQL. Below is the… Read More
Given a positive integer N, the task is to find the Nth Composite Number. Examples: Input: N = 1Output: 4 Input: N = 3 Output: 8… Read More
An SQL join statement is used to combine rows or information from two or more than two tables on the basis of a common attribute… Read More
Given a 2D array arr[][3] consisting of information of N trains where arr[i][0] is the train number, arr[i][1] is the arrival time, and arr[i][2] is… Read More
Round 1(Written Test and Coding): This round was conducted by Hacker Earth on 2nd Oct. 2020 for 150 minutes. It consists of 33 multiple choices… Read More
Secure Shell also known as SSH is a cryptographic network protocol that helps secure network services over an unsecured network.  It securely helps users to… Read More
DarkSide is a free and open-source tool available on GitHub. This tool is free means you can download and use this tool free of cost.… Read More
Osi.Ig stands for Open Source Intelligence. Osi is a free and open-source tool used to perform reconnaissance on Instagram accounts/profiles. This is a free and… Read More
Rclone is a command-line tool for synchronizing files and directories between Google Drive, Amazon S3, Openstack Swift / Rackspace cloud files / Memset Memstore, Dropbox,… Read More
Annotations are a very important part of Java in modern technologies, Most of the technologies such as Hibernate, Spring, Spring Boot, JPA, and so Many… Read More
Bernoulli Distribution is a special case of Binomial distribution where only a single trial is performed. It is a discrete probability distribution for a Bernoulli… Read More
In this article, we will develop a GUI window using kivy framework of python, and we will disable the android back button from the window.… Read More
In this article, we will see how to extract every Nth element from a vector in R Programming Language. Method 1: Using iteration An iteration… Read More