All Hard Articles
Given two arrays arr1[] and arr2[] of length N and M respectively, the task is to find the length of the longest common prime subsequence… Read More
Given an array arr[] consisting of N2 integers, the task is to check whether a matrix of dimensions N * N can be formed from… Read More
Given binary string str, the task is to count the total number of ways to split the given string into three non-overlapping substrings having the… Read More
SAP Labs visited our campus for Full-Time Employment for the role of Associate Developer. Here comes my interview experience. But first, I want to thank… Read More
D. E. Shaw visited our campus (VJTI, Mumbai) in the last week of August 2020 for a two-month software development internship for the year 2021.… Read More
Prerequisites: Hadoop and MapReduce Required setup for completing the below task. Java Installation Hadoop installation  Our task is to count the frequency of each character… Read More
Salesforce visited our campus (MNIT Jaipur) in the first week of September 2020 offering a 2 months summer internship which will take place in May… Read More
There were 3 Rounds. The First Round was the Online Coding Challenge followed by 2 Online Virtual Interviews over Zoom Call where we had to… Read More
A CSV is a comma-separated value file with a .csv extension, which allows data to be saved in a tabular format. Here is an article… Read More
JSON stands for JavaScript Object Notation which is a lightweight text-based open standard designed which is easy for human-readable data interchange. In general, JSON is… Read More
In this article, a wavy animated text is implemented using HTML and CSS. It is one of the simplest CSS effects. For a beginner, it… Read More
Given a matrix arr[][] of dimensions N * M, having elements 0, 1, and 2. There is only one cell with value 1 present in… Read More
Given an array arr[] of N integers and an integer K, the task is to check if the expression formed for any permutation of the… Read More
Given a matrix lines[][] of size N * 3, such that ith row denotes a line having the equation lines[i][0] * x + lines[i][1]*y =… Read More
Given an array arr[] consisting of N integers, read every element of the array one by one and perform the following operations: If the current… Read More
Given a pair of coordinates (X1, Y1)(source) and (X2, Y2)(destination), the task is to check if it is possible to reach the destination form the… Read More
In the previous article, we have discussed How to create a COVID-19 Tracker Android App which shows only the Global Stats. In this article, we… Read More
A popular nonparametric(distribution-free) test to compare outcomes between two independent groups is the Mann Whitney U test. When comparing two independent samples, when the outcome… Read More
Given a matrix arr[][] and an integer K, the task is to find the smallest element from all possible square submatrices of size K from… Read More