All Hard Articles
Art package is used to print decorative art’s on the terminal as well as to save in file and a word can be represented by… Read More
Windows is one of the most famous and commonly used operating systems in computers, Now when we connect any Wi-Fi network to our system it… Read More
Prerequisites: Socket Programming in Java Multithreaded Server: A server having more than one thread is known as Multithreaded Server. When a client sends the request,… Read More
Given an integer N which needs to be present as a value in a node in the last level of a Tree rooted at 1… Read More
Given two integers X and Y, the task is to check if it is possible to reach (X, Y) from (1, 1) by the following… Read More
Given two strings S1 and S2, the task is to check if it’s possible to generate string S2 by repeatedly appending subsequences of S1 to… Read More
Given a matrix arr[][] of dimensions 2 * N, the task is to maximize the sum possible by selecting at most one element from each… Read More
The scroll_snap_list package provides a wrapper that wraps around the ListView.builder widget to enable snapping event on List items. It can be modified to horizontal… Read More
IgnorePointer is a built-in widget in flutter which is similar to the AbsorbPointer widget, they both prevent their children’s widget from pointer-events which are taping,… Read More
Problem Description: Write a Java program that accepts a matrix of M × N order and then interchange diagonals of the matrix. Steps:   1. We… Read More
We can encrypt any PDF using Java by using the external library PDFBox. Inside PDFBox library 2 classes are available StandardProtectionPolicy and AccessPermission Class. Encryption… Read More
A Singleton pattern in python is a design pattern that allows you to create just one instance of a class, throughout the lifetime of a… Read More
Given string str consisting of lowercase alphabets, the task is to find the maximum repeating character obtained for every character of the string. If for… Read More
Given two integers L and R, the task is to count all the numbers in the range [L, R] whose sum of digits is a… Read More
Given two strings str1 and str2 of lengths N and M respectively, the task is to check if str2 can be formed by appending subsequences… Read More
Given an array arr[] of size N and an integer S, the task is to find the count of quadruplets present in the given array… Read More
Given an array triangles[][] consisting of N triangles of the form {x1, y1, x2, y2, x3, y3} and an array cuts[] consisting of M horizontal… Read More
The ext-curl CURL stands for client user, In Linux cURL is a PHP extension, that allows us to receive and send information via the URL… Read More
Problem 1: What will be the unit digit of the squares of the following numbers? Solution: To find the unit digit of the square of… Read More