All Hard Articles
Given a matrix of size N X N, the task is to find maximum sum of this Matrix where each value picked is from a… Read More
Given an integer N, the task is to find an N-digit number such that it is not divisible by any of its digits.Note: There can… Read More
Given a non-decreasing array arr[] and an integer K, the task is to remove K elements from the array such that maximum difference between adjacent… Read More
Given an array of integers arr of size N, the task is to find the minimum possible of the expression by choosing exactly K(? N)… Read More
Mercurial is a popular distributed version control system, that offers way to archive as well as to save older versions of source code. Mercurial came… Read More
Selenium’s Python Module is built to perform automated testing with Python. Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver.… Read More
Given two binary strings A and B of equal length N, the task is to find the number of distinct XORs possible by arbitrarily reordering… Read More
Given two integers X and Y, the task is to find and print the numbers that divide X and Y to produce the same remainder.Examples:  … Read More
Given a number N, the task is to check if this number can be represented as the difference of two perfect squares or not. Examples: … Read More
The Expectimax search algorithm is a game theory algorithm used to maximize the expected utility. It is a variation of the Minimax algorithm. While Minimax… Read More
Given two integers N and K, the task is to count the number of ways to divide N into K groups of positive integers such… Read More
Python sys module provides some of the powerful functions but they are complex to understand. One of which is the sys.settrace() which is used for… Read More
The season of Summer has already arrived and so the most exciting period of the year too! Indeed, summer always comes with a new wave… Read More
Given an array arr of integers of size N and a target number, the task is to find all unique quadruplets in it, whose sum… Read More
Matplotlib is a library in Python and it is numerical – mathematical extension for NumPy library. Pyplot is a state-based interface to a Matplotlib module… Read More
Matplotlib is a library in Python and it is numerical – mathematical extension for NumPy library. The Axes Class contains most of the figure elements:… Read More
In this article we will be learning how exactly a Home network works. In the beginning we should keep in mind that when we connect… Read More
SCAN disk scheduling algorithm: In SCAN disk scheduling algorithm, head starts from one end of the disk and moves towards the other end, servicing requests… Read More
Matplotlib is a library in Python and it is numerical – mathematical extension for NumPy library. Pyplot is a state-based interface to a Matplotlib module… Read More