Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Arrays
4.2K+ articles
Greedy
1.4K+ articles
Searching
1.0K+ articles
Airbnb
6 posts
Recent Articles
Popular Articles
Find Smallest Common Region
Last Updated: 23 July 2025
Given a 2D array regions[][] where the first region of each array includes all other regions in that array and two more regions r1 and r2, the task is to return the smalle...
read more
Picked
DSA
Airbnb
Interview-Questions
Map
Count Ways to Build House of Cards
Last Updated: 23 July 2025
Given N playing cards, the task is to return the number of distinct house of cards we can build using all N cards. A house of cards meets the following conditions:A house...
read more
Dynamic Programming
Picked
DSA
Airbnb
Interview-Questions
Add and Search Word - Data Structure Design
Last Updated: 23 July 2025
Design a data structure GFGDictionary that enables to support the feature of adding new words and searching for words. The GFGDictionary class should have the following im...
read more
Picked
DSA
Trie
Airbnb
Interview-Questions
Maximize the Number of People That Can Be Caught in Tag
Last Updated: 28 April 2024
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
Picked
DSA
Arrays
Airbnb
Airbnb Interview Experience (On-Campus)
Last Updated: 23 July 2025
Online :This Round consisted of one coding question—medium level on strings. Only those who solved the question with all test cases passed got shortlisted.Round 1:The Roun...
read more
Interview Experiences
Airbnb
Experiences
Koko Eating Bananas
Last Updated: 12 August 2025
Given an array arr[] where each element denotes the number of bananas in a pile, and an integer k representing the total number of hours available. In one hour, up to x ba...
read more
Greedy
Searching
DSA
Arrays
Airbnb