All Medium Articles
Given an array of strings arr[], consisting of N strings each representing dot separated numbers in the form of software versions. Input: arr[] = {“1.1.2”,… Read More
Given a matrix mat[][] consisting of N pairs of the form {x, y} each denoting coordinates of N points, the task is to find the… Read More
The timer module is used for scheduling functions which will be called at some future period of time. It is a global API So, there… Read More
GWT is a development toolkit for building and optimizing the complex browser-based applications. Its goal is to enable the productive development of high-performance web applications… Read More
Finding average of NumPy arrays is quite similar to finding average of given numbers. We just have to get the sum of corresponding array elements… Read More
Machine Learning is one of the most popular emerging technologies in current times! And the best way to learn this technology is by doing projects.… Read More
Netcat is a Unix utility which reads and writes data across network connections using TCP or UDP protocol. Following tasks can be done easily with Netcat:… Read More
We take a sample table named Geeks and return unique column values by applying various SQL queries on it. Table – Geeks G_ID FIRSTNAME LASTNAME… Read More
This article will show how to set up Android Studio to run Flutter Applications. Android Studio is one of the popular IDE( integrated development environment… Read More
I/O Interface: There is need of interface whenever any CPU wants to communicate with I/O devices. The interface is used to interpret address which is generated… Read More
1. Voice Over Internet Protocol (VoIP) : VoIP stands for Voice Over Internet Protocol also called as IP telephony or Internet telephony or Broadband telephony.… Read More
Class Attribute: Class Attributes are unique to each class. Each instance of the class will have this attribute.  Example: Python3 # declare a class class… Read More
edquota command in Linux is used to edit user/group quotas. We can specify one or more users/groups on the command line. If instead of a… Read More
1. Bluetooth :  Bluetooth is a short range wireless communication technology which uses radio waves to transmit information. It is a high speed and low… Read More
State Transition Diagram are also known as Dynamic models. As the name suggests, it is a type of diagram that is used to represent different… Read More
Given a Binary Tree and an integer D, the task is to check if the distance between all pairs of the same node values in… Read More
Given two integers R and C, denoting the number of rows and columns in a matrix, and two integers X and Y, the task is… Read More
Xv6 is a re-implementation of the Unix sixth edition in order to use as a learning tool. xv6 was developed by MIT as a teaching… Read More
Amazon has a special program called AmazonWOW for women. It is to promote women in technology. It is a very good opportunity for women as… Read More
Prerequisite – Domain Name System (DNS)  Need of DNS : There are 232 IP Addresses (approximately 4, 294, 967, 296). With growth of internet at… Read More