The Wayback Machine - https://web.archive.org/web/20210204030014/https://www.geeksforgeeks.org/basic
Skip to content
All Basic Articles
NodeJS is a runtime environment on a V8 engine for executing JavaScript code with some additional functionality that allows the development of fast and scalable… Read More
Do you also feel excited to learn the latest Google technologies? If yes, then there’s an exciting opportunity by Google developers waiting for you. It’s… Read More
Many of us unable to showcase our small-scale or personal projects over the web. Since hosting these projects are a bit difficult and also costs… Read More
The plotly library is an interactive open-source library. This can be a very helpful tool for data visualization and understanding the data simply and easily.… Read More
Given two integers A and B, representing the length and the breadth of a sheet, the task is to find the maximum number of sheets… Read More
Given an array arr[] consisting of positive integers and an integer N, the task is to find the sum of all array elements which are… Read More
If you have heard of Data Science, you have surely heard of Kaggle! It’s just the most famous platform for data science where people can… Read More
Given an array arr[], the task is to find the count of array elements whose squares are already present in the array. Examples: Input: arr[]… Read More
Given two integers L and R, the task is to calculate the count of numbers from the range [L, R] having exactly 5 distinct positive… Read More
Modulo or Remainder Operator returns the remainder of the two numbers after division. If you are provided with two numbers, say A and B, A… Read More
Object-Oriented Programming or OOP’s refers to the language that uses objects in programming. It is primarily concerned with the implementation of real-world entities such as… Read More
Enterprise Resource Planning(ERP) is the practice of consolidating an Enterprise’s planning, manufacturing, sales, and marketing efforts into one management system. It combines all databases across… Read More
What is Googletest? It is a test framework i.e., a software tool for writing and running unit tests. It is a library for writing C++… Read More
Given a matrix arr[][] of size N * M, the task is to print the boundary elements of the given matrix in a clockwise form.… Read More
Most of us love to surf our desktop and apps through dark mode as it will reduce our eye strain and resultantly makes us more… Read More
Web development and Android development are the two most emerging career sectors for developers. Both of these sectors require different skills, have different markets, and… Read More
The full-form of JSON is JavaScript Object Notation. It means that a script (executable) file which is made of text in a programming language, is… Read More
An OrderedDict is a subclass that preserves the order in which the keys are inserted. The difference between OrderedDict and Dict is that the normal… Read More
Following are some simple steps in order to create a simple NodeJS project and running it in VS Code editor: Step 1: Create an empty… Read More
Every student has big dreams in his/her eyes when he/she enter college but unfortunately, some students totally give up when they come in the second… Read More