All Expert Articles
Given an integer N, the task is to group numbers such that each group is mutually co-prime together with the total grouping is minimum. Examples:… Read More
Given an array arr[], the task is to arrange the array in such a way that the absolute difference between the adjacent elements is in… Read More
Hexadecimal Numbers have a base of 16 digits ranging from 0 to F (i.e., 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and… Read More
Given two arrays A[] and B[], and an integer K, the task is to find the number of ways to select two subarrays of the… Read More
Given a matrix of N * M containing {0, 1, #}. The task is to find the maximum value of strength based on following rules:  … Read More
Prerequisite: File Allocation Methods  Different File Allocation methods: 1. Contiguous File Allocation Methods: This is a type of allocation in which a file occupies contiguous… Read More
(There were 7 rounds in total and whole of our college was excited for this Company) Round 1 : ( Common to everyone) Questions included… Read More
Prerequisite: Random-access Iterators in C++, Bidirectional Iterators in C++. std::lower_bound in C++: The lower_bound() method in C++ is used to return an iterator pointing to… Read More
numpy.intersect1d() function find the intersection of two arrays and return the sorted, unique values that are in both of the input arrays. Syntax: numpy.intersect1d(arr1, arr2,… Read More
R is a very dynamic and versatile programming language for data science. This article deals with classification in R. Generally classifiers in R are used… Read More
LRU Cache is the least recently used cache which is basically used for Memory Organization. In this, the elements come as First in First Out… Read More
It is an unfortunate fact of our society that human beings are inherently biased. This may happen consciously where humans are biased towards racial minorities,… Read More
Given the number N which represents the number of students, the task is to calculate all possible ways to rank them according to their CGPA/marks,… Read More
We know many modules and one of them is Tkinter. Tkinter is a module which is a standard interface of Python to the Tk GUI… Read More
Dash is a Python framework for building analytical web applications. Dash helps in building responsive web dashboards that is good to look at and is… Read More
A database is a organized collection of logical related data stored in a software named Database Management Systems (DBMS). Before inserting the data into the… Read More
Given circumference of the circle and an array pos[] which marks the distance of N points on circle relative to a fixed point in the… Read More
Given an array arr of size N and Q queries of the form L, R and X, the task is to print the number of… Read More