All Medium Articles
Puzzle: There are 100 men in a village. One day they gather at a place and started making statements. 1st man said: "At least 1… Read More
Have you heard Imposter Syndrome before ??  Yes or No whatever your answer is…if you are a developer we are going to make you remember… Read More
Given an array of integers, the task is to calculate the sum of GCD of all the subarrays of an array. GCD of an array… Read More
Profile: Associate Software Developer R&D Department, Bangalore College: Nirma University Date: 7th October. Round 1: Online MCQ Test (Elimination) 30 MCQs – 45 minutes 57… Read More
Database System: Database System is used in traditional way of storing and retrieving data. The major task of database system is to perform query processing.… Read More
ImageField in Django Forms is a input field for upload of image files. The default widget for this input is ClearableFileInput. It normalizes to: An… Read More
There are two phases to solve the transportation problem. In the first phase, the initial basic feasible solution has to be found and the second… Read More
Consider an array A[] of integers and the following two types of queries.   update(l, r, x): multiply x to all values from A[l] to A[r]… Read More
Given an array arr, the task is to find the length of The Longest Increasing Sequence using Binary Indexed Tree (BIT)  Examples:  Input: arr =… Read More
Given a connected, directional graph. Each node is connected to exactly two other nodes. There is a weight associated with each edge denoting the cost… Read More
Status: Fresher, B.Tech CS[2020 Batch] Round 1: Online Test [Two sections] [90 minutes] Section A: This section was having 2 programming question. Level of difficulty was… Read More
Given a binary array arr[] of size N. The task is to find the minimum number of inversions required so that no two adjacent elements… Read More
IBS Software is an IT company based out of Kerala, India mainly focusing on travel and logistics. The pay grade for freshers is around the… Read More
Access modifiers in Java help to restrict the scope of a class, constructor, variable, method, or data member. There are four types of access modifiers… Read More
Sometimes, while working with data, we can have a problem in which we need to get the Nth word of a String. This kind of… Read More
Given an array arr[] of size N > 1. The task is to find the maximum possible GCD of the array by replacing at most… Read More
The seekp(pos) method of ostream in C++ is used to set the position of the pointer in the output sequence with the specified position. This… Read More
If we write a class that has no methods in it, and the class does not inherit from another class, the compiler will add six… Read More
Given an array arr[] of N non-negative integers and an integer 1 ? K ? N. The task is to find the sum of the… Read More
A sequence of positive real numbers S1, S2, S3, …, SN is called a superincreasing sequence if every element of the sequence is greater than… Read More