All Basic Articles
Given a multidimensional array stringArr of strings and a keyString to be found, the task is to return the coordinates/indexes of that key string in… Read More
As the array is an important data structure for the coding perspective, there are some conditions that need to be careful. As in any language,… Read More
Given an array A[] of length N, the task is to count the number of subarrays of A[] that contain the length of that subarray.… Read More
Given an array arr[] of size N and an integer K, the task is to find the count of all the ordered pairs (i, j)… Read More
LCM (Least Common Multiple) of two numbers is the smallest number that is divisible by both numbers. For example, the LCM of 15 and 20… Read More
One of the most well-known exams for banking aspirants is the State Bank of India PO exam. SBI PO offers a greater salary package than… Read More
In this article, let’s delve into the techniques for Add Months to datetime Object in Python. Working with dates and times often requires manipulation and… Read More
In this article, we will see how to create a random password generator using Python.  Passwords are a means by which a user proves that… Read More
In this article, we will draw a sinewave using a turtle in Python. Turtle is one of the modules in python, it is a graphic… Read More
SQLite is a C language package that includes a free and lightweight Relational Database Management System (RDMS). A “client-server” database engine is another name for… Read More
Notepad++ is an open-source and freely available application that is used as a code editor or text editor by students and professionals. Notepad++ has support… Read More
Neolithic Age: – It is the food-producing stage. Food production was developed at this time, and ragi and horse gram (kulthi), wheat, barley, rice, and… Read More
Circularly sorted arrays are arrays that are sorted in ascending or descending order and then rotated by a number of steps. Let us take an… Read More
What will happen if we declare Array size as a negative value? Let us first try to declare an array size as negative.  [GFGTABS] C++… Read More
In this article, we will learn to write a C Program to convert temperature from Fahrenheit to Celsius by applying the conversion formula to calculate… Read More
In this article, we will see how to Download Kaggle Datasets using Jupyter Notebook. Here, we are going to cover two different methods to start… Read More
Exporting goods and services refer to sending them from the home country to a foreign country. Similarly, Importing goods and services means purchasing or bringing… Read More
A shell is an environment in which various commands can be executed, it provides an interface between the user and the UNIX system. Basically, a… Read More
Telegram is a widely used cross-platform messaging program that provides better privacy and encryption capabilities as well as support for big group chat features. It… Read More
John the Ripper is a free program for breaking passwords.  It was created for the Unix operating system, but it now runs on fifteen different… Read More