All Expert Articles
Liquid Swipe animation is used to slide the page like water which show different design and pattern on the screen. It creates a floating state.… Read More
Question 1. The following table gives the distribution of total household expenditure (in rupees) of manual workers in a city. Expenditure (in rupees) (x) Frequency… Read More
For a statement S in a program, in the context of liveness analysis, the following sets are defined: USE(S) : the set of variables used… Read More
Given an array arr[] consisting of N positive integers, the task is to check if the sum of the elements of any subset of the… Read More
Given an array arr[] consisting of N integers, the task is to find the sum of all subsets from an array, whose sum is a… Read More
I applied for the Udaan SDE-1 role in Feb 2021. I have 2 years of experience. Here is how the interview round took place. Round… Read More
In this article, we are going to build a WiFi Scanner in Python using Scapy. WiFi Scanning or Network scanning refers to the scanning of… Read More
In this article, we will learn to crop an image circularly using a pillow library. Cropping an image circularly means selecting a circular region inside… Read More
Web scraping is a process of using bots like software called web scrapers in extracting information from HTML or XML content. Beautiful Soup is one… Read More
Kivy is a platform-independent GUI tool in Python. It can run on Android, IOS, Linux and Windows, etc. This is the only GUI library from… Read More
In this article, let’s see how to remove numbers from string in Pandas. Currently, we will be using only the .csv file for demonstration purposes,… Read More
Prerequisites: pandas Pandas is an open-source library that is built on top of NumPy library. It is a Python package that offers various data structures… Read More
Nowadays, android apps are very popular especially social media apps. This UI has generally seen in the “Facebook Lite” App. In this article, we will… Read More
AOS is a small library to animate elements on your page as you scroll. AOS allows you to animate elements as you scroll down, and… Read More
What is SVG? SVG stands for Scalable Vector Graphics. It is an image format based on XML. It creates different geometric shapes that can be… Read More
In this article, we will see how to create an image accordion using HTML & CSS that is basically used for advertising purposes on e-commerce… Read More
Consider the following language: L = { w∈{0,1}∗ ∣ w ends with the substring 011 } Which one of the following deterministic finite automata accepts… Read More
Let G=(V,E) be an undirected unweighted connected graph. The diameter of G is defined as:    Let M be the adjacency matrix of G. Define graph… Read More
Consider the following undirected graph with edge weights as shown: The number of minimum-weight spanning trees of the graph is ___________. (A) 3 (B) 4… Read More
Which of the following standard C library functions will always invoke a system call when executed from a single-threaded process in a UNIX/Linux operating system?… Read More