All Hard Articles
Reactstrap is a popular front-end library that is easy to use React Bootstrap 4 components. This library contains the stateless React components for Bootstrap 4.… Read More
Given a string S consisting of N digits, the task is to find the number of distinct Prime Numbers that can be formed using the… Read More
In JSP, the session is the most regularly used implicit object of type HttpSession. It is mainly used to approach all data of the user… Read More
Data mining makes use of various methodologies in statistics and different algorithms, like classification models, clustering, and regression models to exploit the insights which are… Read More
Data mining refers to extracting or mining knowledge from large amounts of data. In other words, data mining is the science, art, and technology of discovering… Read More
Arcesium started an FTE pool drive for some selected IITs and NITs in June 2021. All the eligible candidates were shortlisted for the online test.… Read More
It was an Off-Campus drive. The entire process was virtual as it was done in the Covid era. First Round: The first round was a… Read More
Given a 2D array grid[][] of size N * M, consisting of the characters “1”, “0”, and “*”, where “*” denotes an empty space and… Read More
Given an array arr[] of size N. The task is to maximize the count of subarrays that contain both the minimum and maximum elements of… Read More
Associate Software Engineer @ Nagarro The Hiring procedure consists of 4 Rounds. Round-1: In this round. There are some MCQ types of Aptitude and technical… Read More
Hi All, Hope everyone is doing well. I’m sharing my experience with Paypal.  Round 1(HackerEarth Test): 2 questions 1.5 hrs  https://www.hackerearth.com/problem/algorithm/beautiful-numbers-05de0f51-101121ca/ Based on 2D array… Read More
Given a positive integer N, the task is to find the number of binary strings of length N that are repeated concatenation of only one… Read More
In this article, we are going to make a simple avatar generator app that generates random images. In this avatar generator, we have several buttons… Read More
In this article, we will discuss the difference between NodeJs, AJAX, and JQuery. First, let us discuss JavaScript, JavaScript is one of the fastest-growing programming… Read More
In this article, we are going to learn Gnome sort Visualizer using javascript, Gnome Sort also called Stupid sort, is based on the concept of… Read More
A Set in Python is a collection of unique elements which are unordered and mutable. Python provides various functions to work with Set. In this… Read More
Given an array arr[] consisting of N integers, the task is to find the minimum cost to sort the given array arr[] in ascending order… Read More
Given an array arr[] of size N, the task is to print the minimum number of moves required to make all array elements equal by… Read More
Given an array arr[] of positive integers representing prices of stocks and an integer transactionFee, the task is to find the maximum profit possible after… Read More