All Easy Articles
In this article, we will learn how to implement the marquee effect for a menu using CSS MarqueeMenu plugin. Marquee is a type of animation… Read More
Given a Binary Tree consisting of N nodes, the task is to print its Mix Order Traversal.  Mix Order Traversal is a tree traversal technique,… Read More
The Graduate Aptitude Test in Engineering (GATE) is one of the toughest exams all over India. It has an on and average passing percentage of… Read More
Given an integer N, the task is to find the largest number M, where (M < N), such that N(XOR)M is equal to N(OR)M i.e.… Read More
SCTP stands for Stream Control Transmission Protocol.  It is a connection- oriented protocol in computer networks which provides a full-duplex association i.e., transmitting multiple streams… Read More
Given an integer array arr[] of size N, the task is to construct an array consisting of N+1 strings of length N such that arr[i]… Read More
Given a rooted tree having N vertices, an array values[ ], which represents the value assigned to each node, and a vertex V, the task… Read More
numpy.frombuffer() function interpret a buffer as a 1-dimensional array. Syntax : numpy.frombuffer(buffer,  dtype = float,  count = -1,  offset = 0) Parameters : buffer :… Read More
Shadow Paging is recovery technique that is used to recover database. In this recovery technique, database is considered as made up of fixed size of… Read More
Given a set of coordinates in the form of (X, Y), the task is to find the least regression line that can be formed.  In… Read More
The task is to write a Java program in which a user will get K trials to guess a randomly generated number. Below are the… Read More
Cryptographic Hash is a Hash function that takes random size input and yields a fixed-size output. It is easy to calculate but challenging to retrieve… Read More
Input-Output Interface is used as a method which helps in transferring of information between the internal storage devices i.e. memory and the external peripheral device… Read More
Having interviewed dozens of candidates, this is a list of topics that I typically expect any cloud architect to be able to answer. The focus… Read More
Scrapy-selenium is a middleware that is used in web scraping. scrapy do not support scraping modern sites that uses javascript frameworks and this is the… Read More
Qualcomm visited our campus for Internship to hire for both hardware as well as software profiles. Round 1 [Written Test]: 1st Round was an online… Read More
Conducted on Hackerrank platform. 10 mcqs + 2 coding questions in one hour. First question was : https://www.geeksforgeeks.org/reduce-the-string-by-removing-k-consecutive-identical-characters/ Second was : Find the Smallest Divisor… Read More
Everyone knows that GATE is one of the very popular, versatile, and standard exams in India as it leverages you with numerous career benefits whether… Read More
1. Cache Memory: The cache is a smaller and fast memory component in the computer which is inserted between the CPU and the main memory. To… Read More
In this article, we are discussing Multiplexer Design. Below mentioned is the article in which we are going to discuss the problem. Design of a… Read More