All Basic Articles
Given a number N, the task is to check if the given number and all its digits are Fibonacci. If so, then the given number… Read More
Here we will discuss the implementation of the lower_bound() and upper_bound() in vector of pairs.  lower_bound():  It returns an iterator pointing to the first element… Read More
In this article, we will learn about how to hide soft keyboard programmatically. The keyboard generally hides but there are certain instances when it does… Read More
Projection are defined as mapping of three-dimensional points to a two-dimensional plane. There are two type of projection parallel and perspective. 1. Parallel Projection :… Read More
Computer Software or solely Software is nothing but just a assembly of instructions to the computer to get some work as an output.  While on… Read More
Bitcoin is a digital currency that can be transferred on a peer-to-peer (P2P) network without the need for any central authority. It was invented by… Read More
In this article we will study in brief about what is Deadlock followed by Deadlock Ignorance in Operating System. What is Deadlock?   If each… Read More
INTRODUCTION  Computer Forensics is a scientific method of investigation and analysis in order to gather evidence from digital devices or computer networks and components which… Read More
1. Register : Registers are the smallest data holding elements that are built into the processor itself. These are the memory locations that are directly… Read More
1. Wireless Adhoc Network: A wireless ad-hoc network is a wireless network deployed without any framework or infrastructure. This incorporates wireless mesh networks, mobile ad-hoc… Read More
The fetch() method, like the XMLHttpRequest and Axios request, is used to send the requests to the server. The main difference is that the Fetch… Read More
usermod command or modify user is a command in Linux that is used to change the properties of a user in Linux through the command… Read More
cMath module contains a number of functions which is used for mathematical operations for complex numbers. The cmath.polar() function is used to convert a complex… Read More
cMath module contains a number of functions which is used for mathematical operations for complex numbers. The cmath.phase() function is used to get the phase… Read More
1. Hyperplane : Geometrically, a hyperplane is a geometric entity whose dimension is one less than that of its ambient space. What does it mean? It… Read More
Inheritance is an important pillar of OOP(Object Oriented Programming). It is the mechanism in Java by which one class is allowed to inherit the features(fields… Read More
JavaScript: JavaScript is a programming language which is commonly used in wed development. Its code is only run in web browser. JavaScript is one of… Read More
We have given a string and the task is to count number of characters in a string str in PHP. In order to do this… Read More
Levenshtein distance between two strings is defined as the minimum number of characters needed to insert, delete or replace in a given string string1 to… Read More
Parenthesis Theorem is used in DFS of graph. It states that the descendants in a depth-first-search tree have an interesting property. If v is a… Read More