All Hard Articles
1. Hierarchical Data Model : Hierarchical data model is the oldest type of data model. It was developed by IBM in 1968. It organizes data in… Read More
Written Test There were 30 MCQs based on DBMS, OS, output questions, OOP concepts. And there were 2 coding questions   One simple question based… Read More
In this article, we are going to learn how to comment automatically on a Facebook post. You can use this method to wish your friends… Read More
Given a dictionary, test if all its values are the same. Input : test_dict = {"Gfg" : 8, "is" : 8, "Best" : 8} Output… Read More
MongoDB provides different types of arithmetic expression operators that are used in the aggregation pipeline stages and an $subtract operator is one of them. This… Read More
Sometimes we need a handy web page on your local hard drive. So, here we are going to write a simple Python script to Scrap… Read More
We generally do not take breaks when we are using our laptop or PC. It might affect our eyesight as well as mind. So with… Read More
Synchronous Data Link Control (SDLC) is generally linked layer protocol that is used with Systems Network Architecture (SNA) environment. SNA is proprietary networking architecture of… Read More
The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses Tkinter for the underlying graphics, it needs a version… Read More
How I Applied? I applied through their careers page https://www.deshawindia.com/OpenPositions.shtml . I got to know about their recruiting through a friend. Then got an invitation for their… Read More
Prerequisites: Graph Theory Basics, Spanning tree. Complete Weighted Graph: A graph in which an edge connects each pair of graph vertices and each edge has… Read More
Pre-requisite: Operator OverloadingGiven two matrix mat1[][] and mat2[][] of NxN dimensions, the task is to perform Matrix Operations using Operator Overloading.Examples:   Input: arr1[][] = {… Read More
Pre-requisite: unordered_set,  unordered_map  C++ provides std::unordered_set and std::unordered_map to be used as a hash set and hash map respectively. They perform insertion/deletion/access in constant average… Read More
Given a binary strings S of length N, the task is to obtain S from a string, say T, of length N consisting only of… Read More
High-Level Data Link Control (HDLC) generally uses term “frame” to indicate and represent an entity of data or a protocol of data unit often transmitted… Read More
Given an array arr[] and an integer K, the task is to count the pair of indices (i, j) such that i !=j and concatenation… Read More
Given an array arr[] consisting of N integers, the task is to find the sum of the differences between maximum and minimum element of all… Read More
This JavaScript exception is not iterable occurs if the value present at the right-hand-side of for…of or as argument of a function such as Promise.all… Read More
Given a pandas Dataframe, let’s see how to rename specific column(s) names using various methods.  First, let’s create a Dataframe: Python3 # import pandas package… Read More
In Turtle, by default, we have an arrowhead-shaped cursor for drawing on the canvas. This can be changed to some other predefined shape or we… Read More