All Hard Articles
Hello Geeks. I solved only 1 problem in CodeVita 2019 and 3 of my problems passed partial test cases so I was directly called for… Read More
In Perl, Object Oriented concept is very much based on references and Arrays/Hashes. The few main terms of object-oriented programming with respect to Perl programming… Read More
Given two nodes of a binary tree v1 and v2, the task is to check if two nodes are on the same path in a… Read More
Given a positive integer N, the task is to find the sum of divisors of all the numbers from 1 to N.Examples:  Input: N =… Read More
Wrap widget aligns the widgets in a horizontal and vertical manner. Generally, we use Rows and Columns to do that but if we have some… Read More
Pandas provides several methods to apply the if condition to a DataFrame, and the choice of method depends on the complexity of the condition and… Read More
Splash Screen is the first screen that we see when we run our application. It is also known as Launch Screen. We will implement three… Read More
Rive is a very useful animation tool that can create beautiful animations and we can add these in our Application. In flutter, we can add… Read More
USB Rubber ducky is an HID device that looks similar to a USB Pen drive. It may be used to inject keystroke into a system,… Read More
Given a number and its base, the task is to convert the given number into its corresponding decimal number. The base of number can be… Read More
In this article, we are going to learn how to create your own programming language using SLY(Sly Lex Yacc) and Python. Before we dig deeper… Read More
In this article we will see how we can create a aspect ratio calculator using PyQt5. The aspect ratio of an image is the ratio… Read More
Prerequisite: Seaborn Programming Basics Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical… Read More
Prerequisite: Turtle Programming Basics Turtle is an inbuilt module in Python. It provides drawing using a screen (cardboard) and turtle (pen). To draw something on… Read More
Given an undirected graph having N vertices and M edges and each vertex is associated with a cost and a source vertex S is given.… Read More
Given two integers N and K, the task is to count the numbers up to N digits such that no two zeros are adjacents and… Read More
Prerequisite – Process Synchronization Fork : The fork instruction is the that instruction in the process execution that produces two concurrent executions in a program.… Read More
Given two arrays a[] and b[], both of size N. The task is to count the number of distinct pairs such that (a[i] + a[j]… Read More