All Medium Articles
Builder Method is a Creation Design Pattern which aims to “Separate the construction of a complex object from its representation so that the same construction… Read More
Introduction : The 8085 microprocessor is a widely used 8-bit microprocessor that was developed by Intel. One of the important features of the 8085 microprocessor… Read More
IEEE 802.6 standard i.e. DQDB(Distributed Queue Dual Bus) is a MAN(Metropolitan Area Network) protocol. It can be defined as a high speed shared medium access… Read More
The following circuit compares two 2-bit binary numbers, X and Y represented by X1X0 and Y1Y0 respectively. (X0 and Y0 represent Least Significant Bits) Under… Read More
Given N nodes on a 2-D plane represented as (xi, yi). The nodes are said to be connected if the manhattan distance between them is… Read More
Given two integers A and B, the task is to calculate the number of pairs (a, b) such that 1 ? a ? A, 1… Read More
Given two complex numbers. The task is to multiply and divide them. Multiplication of complex number: In Python complex numbers can be multiplied using *… Read More
Given an integer N. The task is to reduce the given number N to 1 in minimum number of given operations. You can perform any… Read More
HashTable: Hashtable is designed to use a special function called the Hash function which is used to map a given value with a particular key for… Read More
Inheritance: When we want to create a new class and there is already a class that includes some of the code that we want, we can… Read More
@include keyword is used to include the code written in a mixin block. @mixin is used to group css code that has to be reused… Read More
Abstract Factory Method is a Creational Design pattern that allows you to produce the families of related objects without specifying their concrete classes. Using the… Read More
Factory Method is a Creational Design Pattern that allows an interface or a class to create an object, but lets subclasses decide which class or… Read More
Given an integer N, the task is to find the minimum integer that can be obtained from the given integer such that the adjacent digits… Read More
Modak Analytics is founded in 2010 to help clients leverage advanced analytics to further their business goals. It a company that works on Big Data… Read More
Hello everyone! I am Karunakar, I attended Accenture on-campus drive in DSCE, Bangalore in 2019.  It was a three round procedure. It was easy to… Read More
  Round 1: (Online Coding) There were 2 coding questions. It took place in our college on cocubes. The questions that I got were: Q1.… Read More
I applied for the role of Java Developer on the Amdocs Website. It required a relevant working experience of 2-5 years. I had an experience… Read More
Functional programming is a programming paradigm in which we try to bind everything in pure mathematical functions style. It is a declarative type of programming… Read More
Jaro Similarity Jaro Similarity is the measure of similarity between two strings. The value of Jaro distance ranges from 0 to 1. where 1 means… Read More