All Easy Articles
Given an array arr[] consisting of N integers, the task is to partition the array into two non-empty subarrays such that every element present in… Read More
A webbing is been set up in the 1970s the Defence Department of the USA called it ARPANET (Advanced Research Project Agency Network). The main… Read More
A Logical Database is a special type of ABAP (Advance Business Application and Programming) that is used to retrieve data from various tables and the… Read More
Given a string S containing lowercase English alphabets, and a matrix shift[][] consisting of pairs of the form{direction, amount}, where the direction can be 0… Read More
There are various definitions one can get to know about hackers. The term hacker was used in the early 1990s and it was to describe… Read More
Given an integer N, representing the number of stations lying between the source and the destination. There are three trains available from every station and… Read More
Given a string S consisting of space-separated integers, the task is to write a C program to take the integers as input from the string… Read More
Before talking about Layout in Flutter, there is just one thing to keep in mind that “Everything in Flutter is Widget”. Meaning the core of… Read More
React is a library and not a framework. It was developed by Facebook to address their specific challenges. Understanding a new library or framework can… Read More
React is not a framework. It is just a library developed by Facebook to solve some problems that we were facing earlier. Before going into… Read More
Most people are confused and understand it’s a framework or a programming language. We often use Node.js for building back-end services like APIs like Web… Read More
Chapter 3 Squares and Square Roots – Exercise 3.3 | Set 1 Question 4. Find the squares of the following numbers: (i) 425 Solution: 425… Read More
Question 1. Find the square of the following numbers using column method. Verify the squares using the usual multiplication. (i) 25 Solution: Here, we will… Read More
An image gallery can enhance your website’s visual attraction and user experience. In this tutorial, we’ll explore the essential steps to create a dynamic image… Read More
Round 1 (Online Test): Technical Section (15 MCQ questions) – Questions based on Pseudo code, DSA concepts, algorithms, predict the output was asked. Verbal Section… Read More
Given an integer N, the task is to print all the repeating digits present in N in sorted order. Examples: Input: N = 45244336543Output: 3… Read More
Given an array arr[] which consists of a permutation of first N natural numbers, the task is to find any triplet (i, j, k) from… Read More
find(): The find() function is used to search the element in the given range and every STL container has the functionality to search the element… Read More
Dart is a static programming language developed by Google. According to the GitHub popularity index, it became the most popular programming language as it actually… Read More
Round 1 (Online Coding round): This round consists of 3 Coding questions that have to be solved in a total of 70 min. Smallest subarray… Read More