All Medium Articles
This article focuses on how to create a bank account system using C language and File handling in C. Approach:Let’s discuss the approach in detail,… Read More
Given a string S containing digits and character ‘*’ i.e. hidden character, the task is to find the number of ways to decode this hidden… Read More
Given a number K, and N bars of height from 1 to N, the task is to find the number of ways to arrange the… Read More
Given two strings S and W of sizes N and M respectively, the task is to remove the last occurrence of W from S. If… Read More
Given two integers N and K, the task is to find the number of distinct strings consisting of lowercase alphabets of length N that can… Read More
Law of Conservation of Momentum states that the total momentum of objects before and after collision remains constant. Before stating the Laws of Conservation of… Read More
Relative Motion is defined as the motion of an object when observed with respect to another object which may be either at rest or in… Read More
Given three positive integers A, B, and N, which represent a linear congruence of the form AX=B (mod N), the task is to print all… Read More
In C graphics, the graphics.h functions are used to draw different shapes like circles, rectangles, etc, display text(any message) in a different format (different fonts… Read More
It is known that a number subtracted from itself will result in the value 0, but there is the confusion that subtracting infinity from infinity… Read More
In this article, we will see how to exit in NodeJS application. There are different types of methods to exit in Nodejs application, here we… Read More
Python is not only one of the most loved languages but rather it is used in various different domains. Due to its high dependency and… Read More
Given a positive number N, the task is to calculate the factorial of N without using the multiplication operator. Examples: Input: N = 5Output:120Explanation:5*4*3*2*1=120 Input:… Read More
Round 1(DSA): Write code for following programs, optimize and deduce the time complexities: Given the arrival and departure times of all trains that reach a… Read More
Background: Date: 13 – 14 August 2020Mode: On Campus, fully Virtual (through Skype)Role: FTE Graduate Analyst Round 1(Online coding Round) – 90 mins : It… Read More
Morgan Stanley visited our campus for internship and full-time positions[6 months internship + Full Time]. I was offered 6-month internship. Round 1: This round had… Read More
Round-1: The first round comprised of 22 (20-MCQ and 2 Coding) questions including aptitude, logical, and technical portions(Test Duration: 1.5 hours):- Quantitative aptitude and Logical… Read More
In React the three dots (…) notation is used as the Spread syntax and Rest parameter that has been part of React for a long… Read More
A demo file on the desktop named ‘gfg.txt’ is used for reference as a local directory on the machine. Creating an empty file before writing… Read More
Let us first do discuss them in order to get the understanding alongside an example to interpret the differences. Here first we will be discussing… Read More