Problem Statement Given an array of N positive integers, arrange these integers in such a manner that when we join …
Fundamentals of Enhanced Interior Gateway Routing Protocol
Trapti Gupta
Enhanced Interior Gateway Routing Protocol (EIGRP) is a network protocol. EIGRP protocol allows the routers for transmitting information in a more efficient way than earlier network protocols. EIGRP protocol is the enhancement of the IGRP protocol and it uses the same distance vector algorithm and distance information as used by the IGRP protocol. Introduction to Enhanced Interior Gateway Routing Protocol … Read more
What is Network Hub?
Akshay Mishra
A hub in a computer network is a basic networking device that connects multiple devices in a local area network (LAN). Unlike more advanced devices like switches or routers, hubs in computer network operate at the physical layer and simply broadcast incoming data to all connected devices, regardless of the intended recipient. This can lead to inefficient … Read more
Leaky Bucket Algorithm
Problem Statement Consider a host A connected to a network. Host A produces bursty traffic (explained below) in the form … Read more
Kaprekar Number
Problem Statement A number is said to be a kaprekar number if the square of the number is divided into two parts … Read more
Lowest Common Ancestor of a Binary Tree
Problem Statement Given a binary tree, and two values v1 and v2, find the lowest common ancestor of nodes with their values as v1 and v2. … Read more