All Hard Articles
A Renewal process is a general case of Poisson Process in which the inter-arrival time of the process or the time between failures does not… Read More
Tensorflow is an open-source machine learning library developed by Google. One of its applications is to develop deep neural networks. The module tensorflow.nn provides support for… Read More
Underscore.js _.contains() function is used to check whether a particular item is given in the list or not. This function needs to pass the list… Read More
Given two arrays which represent two sequences of keys that are used to create BSTs. Imagine we make a Binary Search Tree (BST) from each… Read More
Given N points in K dimensional space where and . The task is to determine the point such that the sum of Manhattan distances from this point… Read More
Inter Process Communication through shared memory is a concept where two or more process can access the common memory.the communication is done via this shared… Read More
Prerequisite : Dynamic Programming | Set 8 (Matrix Chain Multiplication)Given a sequence of matrices, find the most efficient way to multiply these matrices together. The… Read More
We have been given N balloons, each with a number of coins associated with it. On bursting a balloon i, the number of coins gained… Read More
Calendar module allows to output calendars like program, and provides additional useful functions related to the calendar. Functions and classes defined in Calendar module use… Read More
Calendar module allows to output calendars like program, and provides additional useful functions related to the calendar. Functions and classes defined in Calendar module use… Read More
Following are the details of my interview with Goldman Sachs. Round 1: Online Coding Round on Hackerrank (1 hours 30 mins) The online test was… Read More
python iter() method returns the iterator object, it is used to convert an iterable to the iterator. iter Function in Python SyntaxThe iter() method in… Read More
Suppose there is a queue of n users and your task is to assign a username to them. The system works in the following way.… Read More
pandas.pivot(index, columns, values) function produces a pivot table based on 3 columns of the DataFrame. Uses unique values from the index/columns and fills them with… Read More
The level ancestor problem is the problem of preprocessing a given rooted tree T into a data structure that can determine the ancestor of a… Read More
Given N works numbered from 1 to N. Given two arrays, D1[] and D2[] of N elements each. Also, each work number W(i) is assigned… Read More
Geek on the top is all about success stories of Geeks who are working hard to chase their goals and are the inspiration for other… Read More
Given a string consisting only of two lowercase characters and and two numbers and . The task is to print the lexicographically smallest permutation of the given string such… Read More
Given an undirected and unweighted graph. The task is to find the product of the lengths of all cycles formed in it.Example 1:    The above… Read More
The entire process consisted of 5 rounds: 1 online coding, 1 debugging, 2 Technical and 1 HR/System Design Round. The minimum criteria for the online… Read More