Given an array arr[] consisting of positive integers and an array Q[][] consisting of queries, the task for every ith query is to count array… Read More
All Easy Articles
Given a string str consisting of lowercase characters, the task is to modify the string such that it does not contain any palindromic substring of… Read More
It is very easy to get information about the last error that occurred in PHP using error_get_last() function. We can get very detailed information about… Read More
The task is to generate a popup using jQuery. Popups are useful to splash important information to the visitors of a website. Approach: A simple… Read More
Want to grow your coding skills, meet like-minded developers or join the virtual coding community? If yes, then Google’s Coding Competitions can help you. Google’s… Read More
You are given an array A[] of N integers. Your task is to make all the elements of the final array equal to 1. You… Read More
Do you want to learn more about data science? Do you want to read blogs that contain the latest trends and techniques in data science?… Read More
npx create-react-app myapp npm start npm run build npm install Aren’t all the above commands familiar to you? If yes then you might be working… Read More
Hi everyone! I am sharing my off-campus interview process experience for Morgan Stanley. The profile I applied for, was the Spring Technology Analyst Intern, which… Read More
Role : Software Developer Engineer Location: Gurgaon Eligible Branches: CSE, ECE, EEE NIT Jamshedpur – August 2021 It Consists of one _Written Round_ , _One… Read More
I applied for role of SDE I through Amazon WOW drive 2020. There were a total of 5 rounds (1 coding test + 4 interviews).… Read More
In the article, we will be seeing how to extract feed and post details using RSS feed for a Hashnode blog. Although we are going… Read More
Jenkins is primarily used for continuous integration and continuous delivery on a platform. It is a Java application that has multiple plugins for automating all… Read More
Given two binary strings S1 and S2 of length N (1 ≤ N ≤ 105), the task is to check if it is possible to… Read More
Given a 2D array A[][2] of size N (1 ≤ N ≤ 103), where A[i][0] and A[i][1] denotes the length and breadth of rectangle i… Read More
Exit a Loop in C++: If the condition of an iteration statement (for, while, or do-while statement) is omitted, that loop will not terminate unless… Read More
The basic idea behind this method is to guess the answer, and then prove it correct by induction. This method can be used to solve… Read More
Motivating Explainable AI The vast field of Artificial Intelligence(AI) has experienced enormous growth in recent years. With newer and more complex models coming each year,… Read More
We can create Instagram Like Button in ReactJS using the checkbox component, FormControlLabel component, and Icon component. Material UI for React has this component available… Read More

