All Hard Articles
Git is an open-source version control system. It means that whenever a developer develops some project (like an app or website) or something, he/she constantly… Read More
Version control or source control is the practice of keeping track of changes that you had made to software code. Version control systems are the… Read More
Git
Given an array arr[] of size N and an integer K, the task to find the maximum number of array elements that can be reduced… Read More
NodeJs: An open-source platform for executing javascript code on the server-side. Also, a javascript runtime built on Chrome’s V8 JavaScript engine. It can be downloaded… Read More
Given an integer N, the task is to count the number of distinct prime triplets (a, b, c) from the range [1, N] such that… Read More
Range Slider using Material UI in React involves the use of a slider component. This component is used to handle the range input in the… Read More
Informatica visited our campus in Nov 2020 for on-campus hiring. Nearly 250 students are eligible who are having above 8.0 CGPA. Round 1: The written… Read More
Hey guys, I recently interviewed for the Member of Technical Staff (MTS) intern position at Nutanix. The entire process was virtual due to the ongoing… Read More
Given an array arr[] consisting of N intervals of the form of [L, R], where L, R denotes the start and end positions of the… Read More
Given an array arr[] consisting of N integers and an integer K, the task is to find the longest subsequence of the given array such… Read More
In MongoDB, the documents are stores in BSON, which is the binary encoded format of JSON and using BSON we can make remote procedure calls… Read More
We have an array of functions, some functions will be synchronous and some will be asynchronous. We will learn how to execute all of them… Read More
Functions are the most important part of functional programming (especially in JavaScript). Functions are the single source that helps developers to perform functional programming. Generally… Read More
We will see how to check if the server where our MySQL Database is Hosted is Active or Not. Syntax: database_connection.ping(callback); Modules: NodeJS ExpressJS MySQL… Read More
React JS is a popular JavaScript library used for building user interfaces. It provides a component-based architecture that allows developers to create reusable UI elements.… Read More
In this article, we will be building a Bitcoin Tracker App Project using Java and XML in Android. The application will display the current rates… Read More
LIMIT Clause is used to set the maximum size of the number of rows in the output of SQL Query. Syntax: Select only 3 rows… Read More
We have seen so many types of notifications that we received in many of the Android apps. These notifications inform our users about the new… Read More
Quantum computing is an emerging commercial phase that is expected to bring great changes to the world. Its ability to solve problems with good accuracy… Read More
Given a Generic Tree consisting of N nodes (rooted at 0) where each node is associated with a value, the task for each level of… Read More