All Medium Articles
There are three boxes, one contains apples, another contains oranges and last one contains both apples and oranges. All three are known to be incorrectly… Read More
The numbers of the roots of ex + 0.5x2 -2 = 0 in the range [-5, 5] are (A) 0 (B) 1 (C) 2 (D)… Read More
1st Round (Hackerrank Code Pair) Majority Element Return 10 elements at any point Static Polymorphism vs Dynamic Polymorphism Diff between list and tuple in python… Read More
Round 1(Telephonic) Explained about company JD Snake and Ladder game (matrix, array, linked list) Find the row with maximum 1s where every row of sorted… Read More
1st Round (ftf) SQL Queries k nearest points from origin Reverse an int reverse a float LRU Cache 2nd Round (ftf)  Design a CSRF (Security… Read More
A number is said to be a reversible if sum of the number and its reverse had only odd digits. The problem is to find… Read More
Given a positive integer n which represents the dimensions of a 4n x 4n matrix with values from 1 to n filled from left to… Read More
NumPy in Python | Set 1 (Introduction) This article discusses some more and a bit advanced methods available in NumPy. Stacking: Several arrays can be… Read More
Recently Synopsys ( Bangalore Center ) visited our campus for recruitment for Research and Development profile and Software Integration profile. Here is my interview experience.… Read More
Prerequisite : Segment Tree Persistency in Data Structure Segment Tree is itself a great data structure that comes into play in many cases. In this… Read More
A computer file is defined as a medium used for saving and managing data in the computer system. The data stored in the computer system… Read More
Virtual Memory is a storage allocation scheme in which secondary memory can be addressed as though it were part of the main memory. The addresses… Read More
National Institute of Electronics & Information Technology (NIELIT), erstwhile known as the DOEACC Society, is an autonomous scientific society under the administrative control of Ministry… Read More
For any given two numbers n and m, you have to find n*m without using any multiplication operator. Examples :  Input: n = 25 , m… Read More
We have discussed bucket sort in the main post on Bucket Sort . Bucket sort is mainly useful when input is uniformly distributed over a range.… Read More
The exec family of functions replaces the current running process with a new process. It can be used to run a C program by using… Read More
Given three positive integers a, b and n. Consider a list that has all multiples of ‘a’ and ‘b’. the list is  sorted and duplicates… Read More
In this article we are discussing the SLR parser, CLR parser and LALR parser which are the parts of Bottom Up parser. SLR Parser The SLR… Read More
In this article, we are discussing the Bottom Up parser. Bottom-up Parsers / Shift Reduce Parsers Build the parse tree from leaves to root. Bottom-up… Read More
Java.io.ObjectInputStream Class in Java | Set 1 Note : Java codes mentioned in this article won’t run on Online IDE as the file used in the code… Read More