All Expert Articles
Given an array arr[] and an integer K, the task is to partition the array into K non-empty groups where each group is a subarray… Read More
There were 5 exabytes of information created between the dawn of civilization and 2003, but that much information is now created every day. This is… Read More
Amazon Interview Experience 1: Screening Round: Find all pairs that add up to 0 Find all pairs with sum closest(abs value) to 0 but non… Read More
Information: Information is delineate because the structured, organized and processed data, conferred inside context, that makes it relevant and helpful to the one who desires… Read More
NASA has been trying to solve all these questions on a daily basis. Do you ever look at the night sky and wonder what is… Read More
Every time a person goes to a smartphone shop to buy a phone, he/she considers all the specifications of the phone like the RAM, the… Read More
One of the major problems that engineers face is the problem of optimization of a certain function. Mathematics provides us with a beautiful way to… Read More
numpy.MaskedArray.reshape() function is used to give a new shape to the masked array without changing its data.It returns a masked array containing the same data,… Read More
Given string str which represents a date formatted as YYYY-MM-DD, the task is to find the day number for the current year. For example, 1st… Read More
ES6 has three types of dialog boxes. These dialog boxes are used for various purposes as mentioned below:  Raise an alert that alert function is… Read More
Emailing a prospective employer is a tricky task irrespective of the career stage you are at. You might be a seasoned and experienced executive or… Read More
URL redirection, also called URL forwarding is a way to send users to a different URL from the one they originally requested. The three most… Read More
For long XMLHttpRequest is being used by web developer’s trusted “amigo”. XMLHttpRequest has enabled ajax and a whole new kind of interactive exposure. However, it is… Read More
Given four integers N, A, B and C. The task is to find the count of integers from the range [1, N] which are divisible… Read More
You are given n successive discounts in percentages. Your task is to find the equivalent discount in percentage. Input will contain a list in which… Read More
Routers:  Routers are the connecting devices in networking. it is used to choose the smallest path for a packet to attain its destination. Its main… Read More
Node.js is a free and open-source server environment that runs on various platforms. In Node.js, .js is the standard extension for JavaScript code. It is… Read More
Given an image, the task is to increase and decrease the image size using JavaScript. Use the following property to increase and decrease the image.… Read More
Given an integer array, arr[] of size N. The XOR value of any subarray of arr[] is defined as the xor of all the integers… Read More
Each year Infosys organize a competition called HackWithInfy(Starting from 2018). There are basically three rounds. The first two rounds are Online coding round on HackerRank… Read More