All Medium Articles
Given a string S, the task is to find the resultant smallest string possible, formed by repeatedly removing pairs of adjacent characters which are equal.… Read More
A Graph is a non-linear data structure used for the representation of a set of objects where some pairs of objects are connected. The interconnected… Read More
Consider the string abbccddeee. Each letter in the string must be assigned a binary code satisfying the following properties: For any two letters, the code… Read More
Samsung had come on-campus for a 2021 summer internship in SRIB, Bangalore. The CGPA cut-off was 7.5. There were three rounds in the hiring process.… Read More
Given a matrix mat[][] of dimensions N * M, and an integer K, the task is to find the maximum sum of any rectangle possible… Read More
KLA Tencor visited our campus in February. They took only Dual Degree(BTech + MTech) Computer Science students for the initial round. After the pre-placement talk,… Read More
Eligibility Criteria: CGPA – 7.5 and above(No constraints on backlog) Branches allowed-CS, IS, EEE, EC Roles Offered-Firmware Developer, Firmware Validation CTC offered- 19.15 LPA The… Read More
Let L1 be a regular language and L2 be a context-free language. Which of the following languages is/are context-free? (A) L1∩L2‘ (B) (L1‘∪L2‘)’ (C) L1∪(L2∪L2‘)… Read More
Listening to music during exercise improves performance and reduces discomfort. Scientists researched whether listening to music while studying can help students learn better and the… Read More
The article is about the first-round experience in Goldman Sachs Engineering Hiring program 2020-21 for Summer Analyst Intern Role and Full-Time Engineer Role, which was… Read More
It had just been around 1-2 months since I had started working on my DSA for interview preparation when the 1st round (Aptitude test) of… Read More
Copy and Paste are the most basic and vital functions on the computer but if they stop working then it can be troublesome. In this… Read More
On scroll navbar color change in React highlights a sticky responsive navigation bar to navigate through web application pages. It provides an efficient way to… Read More
The 3D Rotating Image Previewer cube is an effect in which a set of images appear on the faces of a revolving 3D cube. This… Read More
Consider the following instruction sequence where registers R1,R2 and R3 are general purpose and MEMORY[X] denotes the content at the memory location X. Assume that… Read More
In a pushdown automaton P=(Q,Σ,Γ,δ,q0,F), a transition of the form, where p,q∈Q, a∈σ∪{ϵ}, X,Y,∈Γ∪{ϵ}, represents (q,Y) ∈ δ(p,a,X) Consider the following pushdown automaton over the… Read More
Consider a dynamic hashing approach for 4-bit integer keys: (A) There is a main hash table of size 4. (B) The 2 least significant bits… Read More
When we are working on any editor or IDE we get used to it and its environment like if we are using Sublime then we… Read More
Git is an open-source version control system. It means that whenever a developer develops some project (like an app or website) or something, he/she constantly… Read More
Consider two hosts P and Q connected through a router R. The maximum transfer unit (MTU) value of the link between P and R is… Read More