All Hard Articles
Given an array nums[] and an integer X, the task is to reduce X to 0 by removing either the leftmost or the rightmost array… Read More
A Toast is a feedback message. It takes very little space for displaying while the overall activity is interactive and visible to the user. It… Read More
Android is an operating system that is built basically for Mobile phones. It is based on the Linux Kernel and other open-source software and is… Read More
Helpshift visited my college for Campus Placements in the month of February for the role of Software Engineer. The job description for the profile was… Read More
For Loop The JavaScript for loop is used to iterate through the array or the elements for a specified number of times. If a certain… Read More
In our React app sometimes we want to display a BarChart representation of a particular data. We can use react-chartjs-2 and chart.js module in ReactJS… Read More
Given an array arr[][] consisting of N lists representing N transactions, the task is to merge the given lists of transactions in the order of… Read More
Consider a three-level page table to translate a 39-bit virtual address to a physical address as shown below: The page size is 4 KB =… Read More
Consider a computer system with multiple shared resource types, with one instance per resource type. Each instance can be owned by only one process at… Read More
Given two strings str and X of length N and M respectively, the task is to find the minimum characters required to be removed from… Read More
Given a singly Linked List and an integer K denoting the position of a Linked List, the task is to delete the Kth node from… Read More
Scrapy is a fast high-level web crawling and web scraping framework used to crawl websites and extract structured data from their pages. It can be… Read More
ggplot2 is an R language plotting package that creates complex plots from data in a data frame. It describes what variables to plot, how they… Read More
Pie Chart, also known as circle chart, is the graphical representation of the relative size or frequency of the data in a circular format. Basically,… Read More
The ForkJoinPool class is the center of the fork/join framework, which is an implementation of the ExecutorService interface. ForkJoinPool class is an extension of the… Read More
Blocking methods in java are the particular set of methods that block the thread until its operation is complete. So, they will have to block… Read More
A shopping cart button is one of the most used component in e-commerce websites or applications which allows users to add items to their cart… Read More
The HashSet class implements the Set interface, backed by a hash table which is a HashMap instance. There is no assurance as to the iteration… Read More
Logging is much useful for any software application and that helps to find out the execution of the project at multiple scenarios. In Java, java.util… Read More