All Medium Articles
Problems on ages is an important chapter for SSC/Banking and all other exams. In SSC Prelims 2 to 3 questions are asked and in mains… Read More
Bash String is a data type similar to integer or boolean. It is generally used to represent text. It is a string of characters that… Read More
Given an array arr of length N of distinct numbers and an integer X, the task is to find the minimum number of elements that… Read More
Electrochemistry is the study of chemical reactions that occur in a solution at the interface of an electron conductor (the electrode: a metal or a… Read More
The basic application of the blockchain is to perform transactions in a secure network. That’s why people use blockchain and ledger technology in different scenarios.… Read More
Knuth’s optimization is a very powerful tool in dynamic programming, that can be used to reduce the time complexity of the solutions primarily from O(N3)… Read More
Given three arrays A[], B[] and C[] of size N each and two integers X and Y, the task is to, find the minimum cost… Read More
I got this golden opportunity of interviewing at Groww. So basically Groww rolled out an internship role at their Web team. I didn’t wait for… Read More
Before we jump into interview exp, here’s my brief intro: I am a Software Engineer, I graduated in covid year-2020 with a bachelor’s in Computer… Read More
Evaluation order for SDD includes how the SDD(Syntax Directed Definition) is evaluated with the help of attributes, dependency graphs, semantic rules, and S and L… Read More
Synonyms & Antonyms   In this article, we will learn about the important “Antonyms and Synonyms” for SSC CGL and for other competitive exams. Kindly… Read More
The arithmetic value that is used for representing the quantity and used in making calculations is defined as NUMBERS. The writing system for denoting numbers… Read More
Type checking is the process of verifying and enforcing constraints of types in values. A compiler must check that the source program should follow the… Read More
Electric field lines are a representation used to visualize the electric field surrounding charged objects. They provide a way to understand the direction and strength… Read More
DispatcherServlet acts as the Front Controller for Spring-based web applications. So now what is Front Controller? So it is pretty simple. Any request is going… Read More
A socket is an End-Point of 2 sided or two-way communication link between two PCs running on the network. For Example: If there are two… Read More
Inheritance is a concept that we see in our day-to-day life. Children inherit features like height, eyes, nose, etc. from their parents. Inheritance is one… Read More
Today, Python has become everyone’s first preferable language especially when it’s about DATA everywhere. It has never disappointed anyone when it comes to data analysis,… Read More
The XML-DEV mailing group developed a Simple API for XML also called the SAX, which is an event-driven online algorithm for parsing XML documents. SAX… Read More
Prerequisite: Factory Pattern vs Dependency Injection Factory Design Pattern and Dependency Injection Design both are used to define the interface-driven programs in order to create… Read More