Given an integer N, the task is to count the number of integers (say x) in the range [0, 2N−1] such that x⊕(x+1) = (x+2)⊕(x+3).… Read More
All Medium Articles
Given a matrix arr[] of size N*N containing English alphabets characters, the task is to find the frequency of all the matrix elements. Note: Print… Read More
What is HTML ? HTML(HyperText Markup Language) is the most basic building block of all web pages. It provides structure to the content appearing on… Read More
Given an integer N, the task is to find the value after performing the following N operation when i is 1 initially: Find the value… Read More
Given a binary tree, the task is to print all the nodes of the binary tree in Pre-order, Post-order, and In-order in one iteration. Examples:… Read More
Given a binary array arr[] of size N and an integer K, the task is to check whether the binary array can be turned into… Read More
Given an array arr[] of size N and an integer K, the task is to find the minimum operations such that no variable is divisible… Read More
Old is gold! This is what we say whenever we think of something from the old times which still holds good. In the digital era,… Read More
A constructor is a special type of member function whose task is to initialize the objects of its class. It has no return type so… Read More
Given an array arr[] of size N, the task is to check if the array elements can be rearranged in a way such that the… Read More
Given a singly linked list, the task is to Count the pairs of nodes with greater Bitwise AND than Bitwise XOR. Examples: Input: list: 1->4->2->6->3Output:… Read More
Given an array A[] having N positive integers, the task is to perform the following operations and maximize the sum obtained while reducing the array:… Read More
There are N stairs, a person standing at the bottom wants to reach the top. The person can climb either 1 stair or 2 stairs… Read More
In this article, we will see how we can make a simple app with Pygame. Pygame is a library for python that helps us to… Read More
If you like to play with API’s or like to scrape data from various websites, you must’ve come around random annoying text, numbers, keywords that… Read More
Alteryx was recognized as a leader in Gartner’s 2018 magic quadrant for data science and machine learning platforms Gartner specifically recognized alteryx as the leader… Read More
In this article, we are going to see how to plot log-normal distribution in R Programming Language. A log-normal distribution is a continuous probability distribution… Read More
In this article, we will discuss how to implement photoshop High Pass Filter (HPF) image in Python OpenCV. High Pass Filter When we talk about… Read More
Coding involves a wide array of programming languages. A beginner might find the syntax intimidating. What about if there was a Hindi linguistic version of… Read More

