GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

Skip to content
Menu
  • Home
  • LeetCode
    • Array
    • Binary Search
    • Binary Tree
    • Depth First Search
    • Design
    • Dynamic Programming
    • Linked List
    • Math
    • Stack
    • String
    • Two Pointers
    • Union Find
  • Useful

Tag: Airbnb Interview Question

  • Posted on October 4, 2020October 4, 2020
  • LeetCode

LeetCode 23. Merge k Sorted Lists

Description https://leetcode.com/problems/merge-k-sorted-lists/ You are given an array of k linked-lists lists, each linked-list is sorted in ascending order. Merge all the linked-lists into…

Continue Reading
  • Posted on October 2, 2020August 24, 2021
  • LeetCode

LeetCode 43. Multiply Strings

Description https://leetcode.com/problems/multiply-strings/ Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Note: You must not…

Continue Reading
  • Posted on October 2, 2020October 2, 2020
  • Array

LeetCode 933. Number of Recent Calls

Description https://leetcode.com/problems/number-of-recent-calls/ You have a RecentCounter class which counts the number of recent requests within a certain time frame. Implement the RecentCounter class: RecentCounter() Initializes…

Continue Reading
  • Posted on October 2, 2020October 2, 2020
  • Array

LeetCode 624. Maximum Distance in Arrays

Description https://leetcode.com/problems/maximum-distance-in-arrays/ Given m arrays, and each array is sorted in ascending order. Now you can pick up two integers from two…

Continue Reading
  • Posted on October 1, 2020October 5, 2020
  • Array

LeetCode 31. Next Permutation

Description https://leetcode.com/problems/next-permutation/ Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not…

Continue Reading
  • Posted on September 30, 2020September 20, 2021
  • Array

LeetCode 857. Minimum Cost to Hire K Workers

Description https://leetcode.com/problems/minimum-cost-to-hire-k-workers/ There are n workers. You are given two integer arrays quality and wage where quality[i] is the quality of the ith worker and wage[i] is the minimum wage expectation for…

Continue Reading
  • Posted on September 29, 2020September 29, 2020
  • Array

LeetCode 165. Compare Version Numbers

Description https://leetcode.com/problems/compare-version-numbers/ Given two version numbers, version1 and version2, compare them. Version numbers consist of one or more revisions joined by a dot ‘.’. Each revision consists…

Continue Reading
  • Posted on September 24, 2020September 24, 2020
  • Backtracking

LeetCode 425. Word Squares

Description https://leetcode.com/problems/word-squares/ Given a set of words (without duplicates), find all word squares you can build from them. A sequence of words forms…

Continue Reading
  • Posted on September 21, 2020February 1, 2021
  • LeetCode

LeetCode 895. Maximum Frequency Stack

Description https://leetcode.com/problems/maximum-frequency-stack/ Implement FreqStack, a class which simulates the operation of a stack-like data structure. FreqStack has two functions: push(int x), which…

Continue Reading
  • Posted on September 20, 2020September 20, 2020
  • LeetCode

LeetCode 176. Second Highest Salary

Description https://leetcode.com/problems/second-highest-salary/ Write a SQL query to get the second highest salary from the Employee table. +—-+——–+ | Id | Salary |…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 44 Page 45 Page 46 … Page 54 Next Page

Follow GoodTecher

Categories

  • HackerRank (1)
  • Interview (7)
  • LeetCode (588)
    • Array (185)
    • Backtracking (18)
    • Binary Search (19)
    • Binary Tree (63)
    • Bit Manipulation (15)
    • Database (40)
    • Depth First Search (6)
    • Design (10)
    • Dynamic Programming (17)
    • Graph (18)
    • Greedy (5)
    • Heap (1)
    • Linked List (26)
    • Math (36)
    • Recursion (3)
    • Sorting (11)
    • Stack (11)
    • String (95)
    • Two Pointers (12)
    • Union Find (2)
  • Machine Learning (7)
  • Technical Solutions (2)
  • Useful (3)
© Copyright 2025 – GoodTecher
Cell Theme by DesignOrbital ⋅ Powered by WordPress