The Wayback Machine - https://web.archive.org/web/20221129084739/https://www.geeksforgeeks.org/basic/
Skip to content
All Basic Articles
System Design is the core concept behind the design of any distributed systems. System Design is defined as a process of creating an architecture for… Read More
According to recent figures, the total value locked (TVL) of Decentralized Finance (DeFi) reached over $100 million in November 2021 and now it has sealed… Read More
Software Engineering has become the mainstream for IT Industry today. Every year more than 3 Lakh students land software engineering jobs as fresher and the… Read More
What is an array? An array is a collection of items of the same data type stored at contiguous memory locations. This makes it easier… Read More
Pre-requisites: Distributed System Recovery from an error is essential to fault tolerance, and error is a component of a system that could result in failure.… Read More
Being one of the most popular languages in the entire world, Python has created a buzz around among developers over the past few years. This… Read More
Question:  An hour hand and a minute hand are standard on a clock. At 12 midnight the hands are exactly aligned. When will they next… Read More
What is Recursion? The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called a recursive… Read More
Here we will learn how to split a dataset into Train and Test sets in Python without using sklearn. The main concept that will be… Read More
After hustling with the source codes, databases, APIs, or other related stuff the entire week – wouldn’t it be great to get yourself refreshed and… Read More
ValueLabs came to Vellore Institute of Technology for their S-Band recruitment process. The designation offered was Software Engineer Specialist. The Eligibility criteria were as follows:… Read More
Prerequisites: Cloud Computing The allocation of resources and services from a cloud provider to a customer is known as resource provisioning in cloud computing, sometimes… Read More
Environment variables are used to store sensitive data such as passwords, API credentials, and other information that should not be written directly in code. It… Read More
AWS Simple Storage Service (S3) from the aforementioned list, S3, is the object storage service provided by AWS. It is probably the most commonly used,… Read More
Split Horizon and Reverse Poisoning both are techniques also called loop prevention mechanisms used in the network layer. In this article, we will discuss what… Read More
Given an integer array arr[] of size N, the task is to generate a new array by replacing ith element with its immediate right smaller… Read More
Given the number N, the task is to print a pattern such that in each line all the digits from N to 1 are present… Read More
Many times we’ve seen students struggling with the dilemma of choosing a worthwhile Programming Language for the sake of placements. Though this situation is somewhat… Read More
Angular PrimeNG is a UI component library for Angular Applications. It offers many pre-built themes and UI components for a variety of tasks like inputs,… Read More
DIFFICULTY LEVEL – EASYDXC Technology Campus Drive was held in our college for the full-time employees as Associate Professional-Software Engineering only for final year students.… Read More

Start Your Coding Journey Now!