All Medium Articles
Given a string S of length N consisting only of characters ‘a’, ‘b’, and ‘c’, the task is to minimize the length of the given… Read More
Given an array arr[] consisting of N positive integers and a positive integer K, the task is to minimize the maximum element present in the… Read More
Round 1(Aptitude, Technical MCQ): 30 Mins Online test consisting of 30 MCQs to be solved within 30 mins on the Eduthrill platform. Questions were based… Read More
Round 1: This round was conducted on Cocubes, this test consists of Basic Aptitude and Technical Questions(Java, OS, DBMS, CN). It is a 60 mins… Read More
Samsung R&D Bangalore has started a student program, called PRISM, which offers students a chance to work on real-world projects, interact with top technical experts… Read More
To find all elements in a given array except for the first one using JavaScript, we have multiple approaches, In this article, we will learn… Read More
It is an object of Iterables which is also a kind of generalized arrays. Iterables that make any object easier to use in a for..of… Read More
The resetMatrix() function is used to replace the current matrix with the identity matrix (The square matrix whose all values are zero except diagonal which… Read More
The function requestPointerLock() is used to  locks the pointer to its current position and  then makes it invisible. All browser does not support this method.… Read More
In this article, we will return an array of lines from a specified file using node.js. The fs module is used to deal with the… Read More
The tech industry is a whirlwind of innovation, and Python stands tall as one of the most in-demand programming languages fueling this progress. According to… Read More
Designing a website for a UX designer or developer is not an easy task if they don’t get a clear idea of the entire layout… Read More
Hey everyone, I hope all is well with you!!  I cracked Hashedln off-campus through LinkedIn. I message to employees from HashedIn, and from one of… Read More
Given two strings S1 and S2, representing sentences, the task is to print both sentences after removing all words which are present in both sentences.… Read More
Given a hyperbola centered at (h, k), with semi-major axis a, semi-minor axis b, both aligned with the Cartesian plane, the task is to determine… Read More
Given an integer N, the task is to find the absolute difference between the number of set bits present in the number N and in… Read More
Round 1(Coder Pad & Zoom):  The interviewer had a look at my resume and asked about my current project and technology stack that I am… Read More
Hi… TCS interview was one of the craziest interviews I have attended. Please have the patience to read my story:p Without any interest, I have… Read More
Singular Value Decomposition aka SVD is one of many matrix decomposition Technique that decomposes a matrix into 3 sub-matrices namely U, S, V where U… Read More
In Python, NumPy has a number of library functions to create the array and where is one of them to create an array from the… Read More