All Basic Articles
Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides… Read More
Recursion and induction belong to the branch of Mathematics, these terms are used interchangeably. But there are some differences between these terms.  Recursion is a… Read More
Swift provides a number of ways to convert a string value into an integer value. Though, we can convert a numeric string only into an… Read More
Spring Boot is built on the top of the spring and contains all the features of spring. And is becoming a favorite of developers these… Read More
Servlets are the Java programs that run on the server-side and generate dynamic responses to the client request. Servlet accepts the request from the browser,… Read More
Given an array arr[] consisting of positive integers. The task is to minimize the contiguous groups formed if each element from arr[] can be a… Read More
Given an array arr containing N integers, the task is to find the sum of the absolute difference of maximum and minimum of all subarrays.… Read More
Spring Boot is built on the top of the spring and contains all the features of spring. And is becoming a favorite of developers these… Read More
Spring is widely used for creating scalable applications. For web applications Spring provides. In Spring Boot, whenever we create a new Spring Boot Application in… Read More
Given three integers N, A, and B, the task is to find a permutation of pairwise distinct numbers from 1 to N such that A… Read More
Given a positive integer N. The task is to decide whether the integer can be divided into two unequal positive even parts or not. Examples:… Read More
Given binary string str, the task is to find the count of K length subarrays containing only 1s. Examples Input: str = “0101000”, K=1Output: 2Explanation:… Read More
Given a matrix mat[][], print it in Wave Form.  Input: mat[][] = {{  1,   2,   3,   4}           … Read More
Given two strings s1 and s2, the task is to check if the alphabetical order sum of characters of two given strings are equal or… Read More
Given a number N, the task is to check if this number can be divided into 2 even parts. Examples: Input: N = 8Output: YESExplanation:… Read More
Cerner arrived at our University for an Internship opportunity. They had only one criteria: Students must have GPA above 8.0. The interview process had Round… Read More
In geometry, there are several forms to represent the equation of a straight line on the two-dimensional coordinate plane. There can be infinite lines with… Read More
The distinct forms that different phases of matter take on is called the state of matter. The most common state matter that is easily observable… Read More
Given an array, right rotate it by k elements.   After K=3 rotation   Examples:   Input: arr[] = {1, 2, 3, 4, 5, 6, 7, 8, 9,… Read More
Given an array, right rotate it by k elements.   After K=3 rotation   Examples:   Input: arr[] = {1, 2, 3, 4, 5, 6, 7, 8, 9,… Read More