Courses
Tutorials
Jobs
Practice
Contests
Data Structure
Java
Python
HTML
Interview Preparation
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
GBlog
Three 90 Challenge: Bigger and Better
As we transit into the new phase, it's essential to fuel our inner drive for success. On popular demand, GeeksforGeeks is happy to announce that we are back with the Thre...
Read More
What is an Address Bar?
Address Bar: The address bar or URL bar, is a component of a web browser that displays the current URL and is used to input and navigate to different websites on the Inter...
Read More
Computer Subject
Picked
GFG Wiki
Web Browsers
blogs
What is Double-click? How to Perform and Undo
Double click: Double click is pressing and releasing a computer mouse button twice quickly without moving the mouse. This technique is commonly used to open files, folders...
Read More
Computer Subject
GFG Wiki
blogs
Noise injection for training artificial neural networks
In the training of artificial neural networks, noise injection is a technique used to improve the generalization capabilities of a model. By deliberately adding randomness...
Read More
Picked
Deep Learning
AI-ML-DS
AI-ML-DS With Python
CSS justify-items Property
The `justify-items` property in CSS is important for aligning items within a grid container along the inline (row) axis. It allows you to control the alignment of grid ite...
Read More
Web Technologies
Picked
CSS
Maximize the Number of People That Can Be Caught in Tag
You are playing a game of tag with your friends. In tag, people are divided into two teams: people who are “it”, and people who are not “it”. Given an array of 0s and 1s, ...
Read More
Arrays
Picked
Airbnb
DSA
Binary Heap in Python
ABinary Heapis acomplete Binary Treethat is used to store data efficiently to get the max or min element based on its structure.A Binary Heap is either a Min Heap or a Max...
Read More
Picked
DSA
Microservices Architecture for Enterprise Large-Scaled Application
In digital systems, large-scale applications are the backbone of many businesses. However, maintaining and scaling these monolithic systems can be a difficult task. The mi...
Read More
Picked
System Design
Fibonacci Heap in Python
A Fibonacci Heap is a data structure that supports the insert, minimum, extract_min, merge, decrease_key, and delete operations, all amortized efficiently. It is mainly us...
Read More
Picked
Python DSA-exercises
DSA
Floyd-Warshall Algorithm in Python
TheFloyd-Warshall algorithm, named after its creatorsRobert Floyd and Stephen Warshall, is fundamental in computer science and graph theory. It is used to find the shortes...
Read More
Picked
Python DSA-exercises
DSA
Real-Life Examples of Congruent Shape
Real-life examples of Congruence Shape: Congruence shapes are essential to geometry and are used extensively in daily life. They guarantee accuracy and effectiveness in ev...
Read More
Picked
Mathematics
School Learning
Real life example of
Real Life Application of Rolle's Theorem
A foundational idea in calculus, Rolle's Theorem provides the framework for comprehending the behaviour of continuous functions. This theorem is named after French mathema...
Read More
Picked
Mathematics
School Learning
Real Life Application
Real-Life Application of Maths in Medicine
Application of Maths in Medicine: Modern medicine is inseparable from mathematics, which not only provides the ground for understanding biological phenomena but also helps...
Read More
Picked
Mathematics
School Learning
Real Life Application
Fractional Knapsack in Python
Given the weights and profits of N items, in the form of {profit, weight} put these items in a knapsack of capacity W to get the maximum total profit in the knapsack. In F...
Read More
Picked
Python DSA-exercises
DSA
Bell numbers in Python
Given a set of n elements, find the number of ways of partitioning it. Examples: Input: n = 2Output: Number of ways = 2Explanation: Let the set be {1, 2} { {1}...
Read More
Picked
Python DSA-exercises
DSA
Ford-Fulkerson Algorithm in Python
The Ford-Fulkerson algorithm is a widely used algorithm to solve the maximum flow problem in a flow network. The maximum flow problem involves determining the maximum amou...
Read More
Picked
Python DSA-exercises
DSA
1
2
3
4
...
11133