All Medium Articles
Got a call from a recruiter for Flipkart SDE 2 Round-1 (Machine Coding Round): Here, we have to bring our own laptop with our preferred… Read More
Given four integers A, N, L and R, the task is to find the N th number in a sequence of consecutive integers from L… Read More
The terms Data privacy and Data security are used interchangeably and seem to be the same. But actually, they are not the same. In reality,… Read More
Prerequisite: Introduction of B+ treesIn this article, we will discuss that how to insert a node in B+ Tree. During insertion following properties of B+… Read More
k-means is method of cluster analysis using a pre-specified no. of clusters. It requires advance knowledge of ‘K’. Hierarchical clustering also known as hierarchical cluster analysis… Read More
The Passive-Aggressive algorithms are a family of Machine learning algorithms that are not very well known by beginners and even intermediate Machine Learning enthusiasts. However,… Read More
1. Linux : Linux is a group of open source Unix-like operating systems which was developed by Linus Torvalds. It is a packaged of Linux… Read More
Given a string str consisting of lowercase alphabets, the task is to find the number of possible substrings (not necessarily distinct) that consists of distinct… Read More
Given a binary array arr[], the task is to find the longest subarray of non-empty cells after the removal of at most 1 empty cell. … Read More
Given a valid parenthesis string S, the task is to find the weight of the parenthesis based on the following conditions:   Weight of “( )”… Read More
Given coordinates of the N points of a Convex Polygon. The task is to check if the given point (X, Y) lies inside the polygon.… Read More
Loops are used when we have to perform an action over and over again. While writing a contract there may be a situation when we… Read More
The Project Name is Decentralized Voting Application (DApps) which is built on Solidity Language. This Project showcases a lot of Solidity’s features. It implements a… Read More
.NET Framework is used to develop Form-based applications, Web-based applications, and Web services. It is used to develop both desktops as well as server-based applications.… Read More
I come from a Tier-3 private engineering college based out of Kolkata, India. I got to know about the opportunity at Rakuten through our college… Read More
Round 1 (Coding Round) The first round was an Online Pan India Coding test held on HackerEarth platform.  3 questions based on graph were asked.… Read More
Round-1 The first round was an online coding test. This test consists of 2 coding questions and 1 hour to solve them and platform of… Read More
I recently scored an SDE internship with Amazon (Gurugram). Here are my two cents. Stop listening to whoever boasts about having an easy interview. A… Read More
The router.METHOD() method provides the routing functionality in Express, where METHOD is one of the HTTP methods, such as GET, PUT, POST, and so on,… Read More
The router.all() function is just like the router.METHOD() methods, except that it matches all HTTP methods (verbs). It is very helpful for mapping global logic… Read More