All Hard Articles
In this article, we will see how we can change the background of the screen by clicking a button. For this, we will be using… Read More
Given an array arr[] of size N, where arr[i] is the time required to visit ith city, the task is to find the minimum total… Read More
Given two arrays S[] and E[] of size N denoting starting and closing time of the shops and an integer value K denoting the number… Read More
Given an array, arr[] of size N, the task is to find the distinct absolute differences of all possible pairs of the given array. Examples:… Read More
Assuming that you want to send multiple files from the front-end, i.e., the React app, to the server using Axios. For that, there are two… Read More
Applied off-campus for the post of Machine learning Engineer. There are a total of 8 rounds. 4 ML rounds, 2 software rounds, 1 HR, and… Read More
I got the interview opportunity through the “Code Divas Diversity Challenge 2020” organized by BNY Mellon on HackerEarth. There were 4 coding questions. The time… Read More
Prerequisites: Altair Altair is a statistical data visualization library in python which is based on Vega and Vega-Lite visualization grammars. A Stripplot is used for… Read More
The Java Shell tool (JShell) is an interactive tool for learning the Java programming language and prototyping Java code. JShell is a Read-Evaluate-Print Loop (REPL),… Read More
Features of TreeSet is the primary concern it is widely used in remove duplicates in the data structure as follows: TreeSet implements the SortedSet interface.… Read More
Array is contiguous memory allocation while LinkedList is a block of elements randomly placed in the memory which are linked together where a block is… Read More
SynchronousQueue is a special blocking queue with no internal capacity. It helps in exchange data or information between threads in a thread-safe manner. SynchronousQueue has… Read More
Background color changer is a project which enables to change the background color of web pages with ease. There are color boxes on a web… Read More
Question 1. Find the equation of the line parallel to the x-axis and passing through (3, -5). Solution:  Let the equation of line be:  y… Read More
In this article, we will discuss what are essential things to be taken care of while building a network. The Network must support a wide… Read More
I’ll be sharing my experience about the recruitment process I went through for Accolite Digital in the month of September 2020. In the end, I… Read More
Question 11: Differentiate sin-1(2x√(1-x2)) with respect to tan-1(x/√(1-x2)) if -1/√2<x <1/√2. Solutions: Let u = sin-1(2x√(1-x2)) Substitute x = sin θ ⇒ θ = sin-1x… Read More
Question 1: Differentiate x2 with respect to x3. Solution: Let u = x2, and let v = x3 Differentiating u with respect to x, du/dx… Read More
R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language… Read More
Angular Material is a UI component library which is developed by Google so that Angular developers can develop modern applications in a structured and responsive… Read More