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: Uber Interview Question

  • Posted on January 24, 2021January 24, 2021
  • Database

LeetCode 1683. Invalid Tweets

Description https://leetcode.com/problems/invalid-tweets/ Table: Tweets +—————-+———+ | Column Name | Type | +—————-+———+ | tweet_id | int | | content | varchar…

Continue Reading
  • Posted on January 22, 2021January 22, 2021
  • LeetCode

LeetCode 24. Swap Nodes in Pairs

Description https://leetcode.com/problems/swap-nodes-in-pairs/ Given a linked list, swap every two adjacent nodes and return its head. Example 1: Input: head = [1,2,3,4]…

Continue Reading
  • Posted on January 20, 2021January 20, 2021
  • Array

LeetCode 1464. Maximum Product of Two Elements in an Array

Description https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/ Given the array of integers nums, you will choose two different indices i and j of that array. Return the maximum value of(nums[i]-1)*(nums[j]-1). Example…

Continue Reading
  • Posted on January 19, 2021July 23, 2021
  • LeetCode

LeetCode 509. Fibonacci Number

Description https://leetcode.com/problems/fibonacci-number/ The Fibonacci numbers, commonly denoted F(n) form a sequence, called the Fibonacci sequence, such that each number is the sum of the…

Continue Reading
  • Posted on November 8, 2020September 26, 2021
  • Binary Search

LeetCode 410. Split Array Largest Sum

Description https://leetcode.com/problems/split-array-largest-sum/ Given an array nums which consists of non-negative integers and an integer m, you can split the array into m non-empty continuous subarrays.…

Continue Reading
  • Posted on October 24, 2020October 24, 2020
  • Binary Search

LeetCode 315. Count of Smaller Numbers After Self

Description https://leetcode.com/problems/count-of-smaller-numbers-after-self/ You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the…

Continue Reading
  • Posted on October 23, 2020September 22, 2021
  • LeetCode

LeetCode 833. Find And Replace in String

Description https://leetcode.com/problems/find-and-replace-in-string/ To some string S, we will perform some replacement operations that replace groups of letters with new ones (not necessarily the…

Continue Reading
  • Posted on October 22, 2020October 22, 2020
  • Binary Tree

LeetCode 951. Flip Equivalent Binary Trees

Description https://leetcode.com/problems/flip-equivalent-binary-trees/ For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and…

Continue Reading
  • Posted on October 21, 2020November 20, 2021
  • Design

LeetCode 359. Logger Rate Limiter

Description https://leetcode.com/problems/logger-rate-limiter/ Design a logger system that receives a stream of messages along with their timestamps. Each unique message should only be…

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

LeetCode 731. My Calendar II

Description https://leetcode.com/problems/my-calendar-ii/ Implement a MyCalendarTwo class to store your events. A new event can be added if adding the event will not…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 40 Page 41 Page 42 … Page 55 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