All Medium Articles
Given a circular singly linked list, the task is to print the next greater element for each node in the linked list. If there is… Read More
Given an array arr[] consisting of the first N natural numbers, the task is to find the minimum number of subarrays required to be rearranged… Read More
Hi Guys, sharing my Amazon drive experience for SDE 1 role 2021. Round 1(Online Test): Online test containing 4 parts: A. Error correction: A code… Read More
Hi, I am going to share my Interview Experience with Hashedin by Deloitte. I have received mail from HR for the Interview Process. Round 1(Technical… Read More
Timing events are the events that help to execute a piece of code at a specific time interval. These events are directly available in the… Read More
Express.js is a powerful framework for node.js. One of the main advantages of this framework is defining different routes or middleware to handle the client’s… Read More
There may be situations when we need to check if a browser tab is focused or not. The reasons for this include: Prevent sending network… Read More
DataTables are a modern jQuery plugin for adding interactive and advanced controls to HTML tables for a webpage. It is a very simple-to-use plug-in with… Read More
Basic Excel Formulas and Functions – Quick Guide AVERAGE SUM IF TRIM CONCATENATE COUNTA VLOOKUP COUNTA MIN SUMIF COUNTIF TIME Formulas TODAY Microsoft Excel is… Read More
Given a positive integer N, the task is to check whether the given number N can be represented as the sum of the distinct powers… Read More
Given three integers L, R, and K, the task is to find the minimum Bitwise XOR of at most K integers between [L, R]. Examples:… Read More
In C++, returning a local variable from a function may result in an error due to the deallocation of variable memory after some value is… Read More
Round 1: It was an online round hosted by Walmart on dare2dare. It consisted of 2 coding questions. The coding question goes like this :  1:… Read More
Given a positive integer N, the task is to construct a permutation of first N natural numbers such that the absolute difference between adjacent elements… Read More
Given a string S consisting of N characters, the task is to print all palindromic strings of length 3 in lexicographical order that can be… Read More
Given a string S consisting of N lowercase characters, the task is to find the length of the longest substring consisting of each vowel an… Read More
Given two strings X and Y consisting of N and M characters, the task is to find the longest subsequence of a string X which… Read More
In this article, we will learn How to get Google Page Ranking by searching a keyword using Python. Let’s understand the basics of Google ranking… Read More