All Medium Articles
Bidirectional Associative Memory (BAM) is a supervised learning model in Artificial Neural Network. This is hetero-associative memory, for an input pattern, it returns another pattern… Read More
In this tutorial you will learn about detecting a blink of human eye with the feature mappers knows as haar cascades. Here in the project,… Read More
CURE(Clustering Using Representatives) It is a hierarchical based clustering technique, that adopts a middle ground between the centroid based and  the all-point extremes. Hierarchical clustering… Read More
Conflicts while merging is a frequent part of the Git experience. If there are several developers working on the same file the odds of encountering… Read More
Given an integer array arr[] of size N and an integer K. The task is to find the length of the longest subsequence whose sum… Read More
Given an array interval of pairs of integers representing the starting and ending points of the interval of size N. The task is to find… Read More
Given an array arr[] consisting of N integers, the task is to find the start and end indices of the first subarray with a Negative… Read More
Given a rod of length N meters, and the rod can be cut in only 3 sizes A , B and C . The task… Read More
Two players are playing a game starting with a number n. In each turn, a player can make any one of the subsequent moves:   Divide… Read More
Given a string str of size N containing two types of character only that are “I” or “D”. The task is to generate an array… Read More
Decision making in programming is used when we have to adopt one out of a given set of paths for program flow. For this purpose,… Read More
RPA: Business automation technology that helps in automating the respective tasks, which are time consuming and boring. They are capable to automates the processes without… Read More
Sometimes, while working with Python tuples, we can have a problem in which we need to perform ordering of all the tuples keys using external… Read More
Recently, I gave an interview for Adobe for the position of Software Engineer. Hiring was done underAdobe Shecodes Hiring 2020 Batch so as the name suggests… Read More
Vulnerability Analysis is one of the most important phases of Hacking. It is done after Information Gathering and is one of the crucial steps to… Read More
I got referred to DE Shaw by my friend and was invited to take their online coding round. Round 1 | Online coding | 70… Read More
Cisco was the first company to visit my college and it was my first interview experience. Round 1:Round 1 was the online test which included 25… Read More
MongoDB is an open-source document-oriented database. MongoDB stores data in the form of key-value pairs and is a NoSQL database program. The term NoSQL means… Read More
Let’s discuss how to create DataFrame from dictionary in Pandas. There are multiple ways to do this task. Create DataFrame from Dictionary using default Constructor… Read More
I got a call from the company HR about the opening for this position and then after i had 4 rounds of interview 3 technical… Read More