All Hard Articles
SQL is a declarative language laying its basics on relation algebra. It is a standardized language supported by all major commercial databases. The query optimizer… Read More
Given a tree with N nodes value from 0 to (N – 1) and a 2D array arr[][] of size dimensions 3xN, where arr[i][j] denotes… Read More
Given an array arr[] of size N, the task is to find the minimum number of elements that need to be inserted into the array… Read More
WhatsApp is the most popular messaging app. This article describes how you can add WhatsApp share button in your website. Note: This will work only… Read More
`util.promisify()` in Node.js converts callback-based methods to promise-based, aiding in managing asynchronous code more cleanly. This alleviates callback nesting issues, enhancing code readability, and simplifying… Read More
The readPassword() method of Console class in Java is of two types: 1. The readPassword() method of Console class in Java is used to read… Read More
Angular 8 is a client-side TypeScript based, front-end web framework by Google. Angular 8 is a great, reusable UI (User Interface) library for the developers… Read More
In this article we will see how we can create notepad using PyQt5.Notepad is a generic text editor that allows you to create, open, edit,… Read More
In this article we will see how we can create a simple browser using PyQt5. Web browser is a software application for accessing information on… Read More
Given an integer S and an array arr[], the task is to find the minimum number of elements whose sum is S, such that any… Read More
Given two integer arrays arr[] and cost[] of size N, the task is to make all adjacent elements distinct at minimum cost. cost[i] denotes the… Read More
Given a linked list, the task is to find the Next Greater Element for every node of the linked list. Note: For nodes with no next… Read More
Given a tree with N nodes numbered from 1 to N and a permutation array of numbers from 1 to N. Check if it is… Read More
1. Second Generation (2G) :  2G mobile network is based on GSM(Global System for Mobile Communication). This technology was developed in Finland in 1991. Messages… Read More
1. Tree Topology:  Tree topology is a type of network topology in which the nodes are arranged in the design of a tree. In tree… Read More
Given an integer array arr[] of size N, the task is to find the maximum length subarray whose products of element is non zero. . Examples:… Read More
Prerequisite – Turing Machine The language L = {anbmcnm | n >= 0 and m>=0} represents a kind of language where we use only 3… Read More
RDBMS stands for Relational Database Management System and it implements SQL. In the real-world scenario, people use the Relational Database Management System to collect information… Read More
Given an array, arr[] and an integer K. Check whether it is possible to get an odd sum by choosing exactly K elements of the… Read More
Cloud Computing security or, more essentially, cloud security is an advancing sub-domain of computer security, arrange security, and, more broadly, data security. It alludes to… Read More