All Hard Articles
Hashing is a technique that is used to uniquely identify a specific object from a group of similar objects. Suppose an object is to be… Read More
An undirected graph is graph, i.e, a set of objects (called vertices or nodes) that are connected together, where all the edges are bidirectional. An… Read More
One Time Pad algorithm is the improvement of the Vernam Cipher, proposed by An Army Signal Corp officer, Joseph Mauborgne. It is the only available… Read More
DevOps has significantly evolved as a key component in the ever-changing world of software development that usually allows businesses to increase their efficiency and reliability.… Read More
Given an array arr[] of size N and a 2D array Q[][], consisting of queries of the following two types: 1 X Val: Update arr[X]… Read More
Given a XOR linked list and an integer K, the task is to reverse every K nodes in the given XOR linked list. Examples: Input:… Read More
Given two integers r1 and r2, representing the radius of two circles, the task is to find the radius of the circle having area equal… Read More
There are two methods in which input can be taken in a more secure way: Do not display any content. Display a special character such… Read More
1. Synchronous TDM :Synchronous time division multiplexing (STDM), every device which is present in this has given the same time slot to transmit data. This… Read More
This blog is for all those developers who started hiding their faces in front of senior engineers when they were caught red-handed because of the… Read More
Android Jetpack is a set of software components, libraries, tools, and guidance to help in developing robust Android applications. Launched by Google in 2018, Jetpack… Read More
Cloudera came for hiring in July 2020 on our campus for the SDE role (FTE + internship). We had a total of 4 rounds (1… Read More
In the previous article, we have seen on How to Add Data to Firebase Firestore in Android, How to Read the data from Firebase Firestore… Read More
Flutter has made it simpler and easier to make a beautiful and interactive user interface. But there comes a problem faced by many flutter developers… Read More
Given a string str, the task is to find the maximum count of pairs (str[i], str[j]) of balanced parenthesis required to be removed such that… Read More
India’s Super Brain (ISB), a remarkable coding competition where you get mentored first and then compete, is back for the year 2021 for all the… Read More
This exercise has been deleted as per new NCERT Syllabus Question 1. In Fig., PS is the bisector of ∠QPR of ΔPQR. Prove that Solution:… Read More
Given three integers N, A, and B, the task is to calculate the probability that the sum of numbers obtained on throwing the dice exactly… Read More
Round 1(Google Meet Interview DS + ALGO 1H 10M): Started with a quick and healthy introduction. He asked me a little about my past projects,… Read More
Given an array arr[] of size N, the task is to find the minimum count of array elements found by applying the Randomized Binary Search… Read More