All Medium Articles
Given a string S, the task is to find the largest lexicographical string with no more than K consecutive occurrences of an element by either… Read More
Just look at a scenario where we want to submit our electricity bill in normal case what we do, we go to the electricity center… Read More
1. CD-R (Compact Disk – Recordable) : CD-R is a blank CD in which data can be stored once. After storing data it is converted… Read More
A TextSwitcher is used to animate a text on a screen. It is the child class of the ViewSwitcher class. It contains only one child… Read More
We can easily create a To-Do list using Drag-Drop module provided by angular Component Development Kit (CDK). First of all, create an angular component by… Read More
Snackbar provides lightweight feedback about an operation. The message appears at the bottom of the screen on mobile and lower left on larger devices. Snackbar… Read More
Given an integer N, check whether the given number is a Curzon Number or not. A number N is said to be a Curzon Number… Read More
Programming languages are the formal language, with a set of instructions which provides the desired output. For implementing various algorithms in our machines we started… Read More
The IP/kernel routing table acts as a crucial map, determining how network packets are forwarded between different hosts and networks. By utilizing the route command,… Read More
Given an undirected tree consisting of N vertices where some of the nodes are special nodes, the task is to visit all the special nodes… Read More
pidof command is used to find out the process IDs of a specific running program. It is basically an identification number that is automatically assigned… Read More
RS232 is an Interface and the protocol between DTE(data terminal equipment) and DCE(data communication equipment) using serial binary data exchange. Here C is used for… Read More
Round 1: 1. Given a string containing only R and L. Find the number of balanced substrings(equal number of L’s and R’s) you will encounter… Read More
I’m a regular user at LinkedIn and I came across the Software Development Engineer internship’s poster by CodeChef when I was browsing through the feed… Read More
Virtual Circuit is the computer network providing connection-oriented service. It is a connection-oriented network. In virtual circuit resource are reserve for the time interval of… Read More
As I can say one thing that interview and selection procedures for campus placements totally depends on the institute. It varies in terms of number… Read More
Given two integers N and K, the task is to find the Kth number which is not divisible by N.Note: The value of N is… Read More
Pre-Filled forms are those forms that are already filled with desired data. These are helpful when a user wants to update something like his profile,… Read More
Body-parser is the Node.js body-parsing middleware. It is responsible for parsing the incoming request bodies in a middleware before you handle it.  Installation of body-parser… Read More