All Easy Articles
Given string str consisting of the characters from the set {‘o’, ‘n’, ‘e’, ‘z’, ‘r’}, the task is to find the largest possible binary number… Read More
Streaming and downloading, both the terms are mostly used when we use the internet. Let’s see that these terms one by one then we will… Read More
Agile Testing: Agile testing is a type of software testing that is performed alongside the software development. It is the part of Agile Software Development in… Read More
gets() gets is a more convenient method of reading a string of text containing whitespaces. Unlike scanf(), it does not skip whitespaces. It is used… Read More
The copy() function in PHP is used to copy a file from source to target or destination directory. It makes a copy of the source… Read More
According to Robert J. Topol, Intel’s General Manager for 5G Business and Technology, 5G will be the post-smartphone era. But phones are the first place… Read More
Given an array arr[] of n elements. The task is to find the count of elements that are equal to the XOR of the next… Read More
Breadth First Search (BFS) has been discussed in this article which uses adjacency list for the graph representation. In this article, adjacency matrix will be… Read More
Round 1: First round of Surya soft consist of Puzzle type of questions, but the twist was they had pen and paper test(not online). This exam… Read More
There are two types of fragmentation in OS which are given as Internal fragmentation and External fragmentation.  1. Internal Fragmentation: Internal fragmentation happens when the memory… Read More
Consider a shuffle game. There are 3 glasses numbered from 1 to 3 and one ball is hidden under any one of the glass. Then… Read More
Given an array arr[] of N positive integers, the task is to calculate the absolute difference between XOR of non-prime numbers and prime numbers. Note… Read More
Given an array arr[] of integers and another integer D, the task is to perform D circular rotations on the array and print the modified… Read More
Given an array arr[] containing N integers and there are Q queries where each query consists of a range [L, R]. The task is to… Read More
Hello friends, In this article I am sharing my interview experience at MAQ Software and it’s application procedure. I applied through Cocubes ( I did… Read More
The initialize method is useful when we want to initialize some class variables at the time of object creation. The initialize method is part of… Read More
Given an integer N. The task is to find the number in the range from 1 to N-1 which is having the maximum number of… Read More
Given an array arr[] consisting of N positive integers, the task is to make all values of this array equal to some integer value with… Read More
From the beginning of the Internet’s conventional breakout, many search engine provider companies and e-commerce companies/organizations struggled with regular growth in data day by day.… Read More
In linear algebra pseudoinverse () of a matrix A is a generalization of the inverse matrix. The most common use of pseudoinverse is to compute… Read More