All Easy Articles
Given a 2D array arr[][] consisting of N pairs of integers, the task is to find the pair which covers all other pairs of the… Read More
Amadeus IT Group is one of the top 10 travel technology companies in the world and it has its second-largest R&D center in Bangalore. Amadeus… Read More
The Google online challenge(GOCC 18) 2020 for new graduate 2021 was held on September 26, 2020. It was a 60-mins online test and 2 coding… Read More
Given two arrays X[] and Y[] consisting of N and M integers such that there are N lines parallel to the y-axis and M lines… Read More
Given a weighted undirected graph T consisting of nodes valued [0, N – 1] and an array Edges[][3] of type {u, v, w} that denotes… Read More
Given string str, the task is to rearrange the given string to obtain the longest palindromic substring. Examples: Input: str = “geeksforgeeks”Output: eegksfskgeeorExplanation: eegksfskgee is… Read More
Given an array, arr[] of size N, the task is to rearrange the array elements to maximize the count of triplets (i, j, k) that… Read More
Given a binary array arr[] of size N, the task is to print the sum of product of all pairs of the given array elements.… Read More
Binary Search Tree is a data structure used in computer science for organizing and storing data in a sorted manner. Binary search tree follows all properties… Read More
Here is the collection of the Top 50 list of frequently asked interview questions on arrays. Problems in this Article are divided into three Levels… Read More
Runtime Errors:A runtime error in a program is an error that occurs while the program is running after being successfully compiled.Runtime errors are commonly called… Read More
The CSS Media Query can be used to make an HTML “div” responsive. The media queries allow the users to change or customize the web… Read More
A right-click menu or context menu in a browser is a menu with multiple choices that appears on right-click mouse operation. It provides multiple functionalities… Read More
The Bot.onText() method is used in the Node.js Telegram Bot API. This Node.js module to interact with the official Telegram Bot API. This method is… Read More
The Bot.sendDocument() method is used in the Node.js Telegram Bot API. This Node.js module interacts with the official Telegram Bot API. This method is used… Read More
The CSS elevation property is used to set the sound source on the vertical axis depending on the listener’s environment.  Syntax: elevation: angle: Parameters: This… Read More
The Bot.sendVoice() method is used in the Node.js Telegram Bot API. This Node.js module to interact with the official Telegram Bot API. This method is… Read More
Introduction : E-commerce, or electronic commerce, refers to the buying and selling of goods and services online using the internet. This can include transactions between… Read More
Given an array arr[] consisting of N distinct positive integers, the task is to repeatedly find the minimum peak element from the given array and… Read More
Given an array arr[] consisting of N positive integers, the task is to find the sum of all array elements after reversing digits of every… Read More