All Medium Articles
Round 1: (Machine Coding)  Implement a Task Planner System. Sprint, story, task, epic, sub story etc. Basic functionalities like create new sprint, delete sprint. change… Read More
Given an array of digits (values are from 0 to 9), find the minimum possible sum of two numbers formed from digits of the array.… Read More
Prerequisite: Optimal value of K in K-Means Clustering K-means is one of the most popular clustering algorithms, mainly because of its good time performance. With… Read More
The protocol can connect any internetwork of the autonomous system using an arbitrary topology. The only requirement is that each AS have at least one… Read More
White Box Testing: White Box Testing is a type of Software Testing in which the internal structure, design and implementation of the software application that… Read More
Kolmogorov–Smirnov test a very efficient way to determine if two samples are significantly different from each other. It is usually used to check the uniformity… Read More
Problem: Lex program to check whether given number is armstrong number or not. Explanation: Lex is a computer program that generates lexical analyzers and was… Read More
The important parts of the Software Requirements Specification (SRS) document are: Functional requirements of the system Non-functional requirements of the system, and Goals of implementation These are… Read More
It is quite obvious that there are many subjective judgments concerned in inward at a decent object-oriented style. Therefore, many alternative design solutions to the… Read More
Data Type A data type is the most basic and the most common classification of data. It is this through which the compiler gets to… Read More
In C++ there are number of stream classes for defining various streams related with files and for doing input-output operations. All these classes are defined… Read More
Java is pass by value and it is not possible to pass integer by reference in Java directly. Objects created in Java are references which… Read More
Stem and Leaf Plot is a way of representing the data. This plot is used to show the absolute frequency in different classes similar to… Read More
I was called to Noida office of Adobe situated in sector 132 Noida. Round 1: Remove half nodes from a binary tree. (Half Nodes =… Read More
Given a positive integer N. The task is to find the maximum number that can be displayed on seven segment display using N segments.Seven Segment… Read More
Given an array of size N, initially consists of zeroes only. The task is to apply the given operation q times and find the number… Read More
In data mining and statistics, hierarchical clustering analysis is a method of clustering analysis that seeks to build a hierarchy of clusters i.e. tree-type structure… Read More
Given a string array with white spaces, the task is to remove all white spaces from every object of an array.Examples:   Input: arr = ["Geeks… Read More
The article focuses on discussing the difference between Quality Assurance and Quality Control. Quality Assurance Quality assurance is a method of making the software application… Read More
Problem: Given a text file as input, the task is to count frequency of a given word in the file. Explanation: Lex is a computer program that… Read More