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 February 14, 2021
  • Database

LeetCode 1445. Apples & Oranges

Description https://leetcode.com/problems/apples-oranges/ SQL Schema Table: Sales +—————+———+ | Column Name | Type | +—————+———+ | sale_date | date | | fruit…

Continue Reading
  • Posted on February 13, 2021February 13, 2021
  • LeetCode

LeetCode 1265. Print Immutable Linked List in Reverse

Description https://leetcode.com/problems/print-immutable-linked-list-in-reverse/ You are given an immutable linked list, print out all values of each node in reverse with the…

Continue Reading
  • Posted on February 13, 2021February 13, 2021
  • Array

LeetCode 1570. Dot Product of Two Sparse Vectors

Description https://leetcode.com/problems/dot-product-of-two-sparse-vectors/ Given two sparse vectors, compute their dot product. Implement class SparseVector: SparseVector(nums) Initializes the object with the vector nums dotProduct(vec) Compute the…

Continue Reading
  • Posted on February 13, 2021February 13, 2021
  • Database

LeetCode 1757. Recyclable and Low Fat Products

Description https://leetcode.com/problems/recyclable-and-low-fat-products/ SQL Schema Table: Products +————-+———+ | Column Name | Type | +————-+———+ | product_id | int | | low_fats…

Continue Reading
  • Posted on February 13, 2021February 13, 2021
  • LeetCode

LeetCode 1108. Defanging an IP Address

Description https://leetcode.com/problems/defanging-an-ip-address/ Given a valid (IPv4) IP address, return a defanged version of that IP address. A defanged IP address replaces every period “.” with “[.]”. Example…

Continue Reading
  • Posted on February 12, 2021February 12, 2021
  • Database

LeetCode 1303. Find the Team Size

Description https://leetcode.com/problems/find-the-team-size/ SQL Schema Table: Employee +—————+———+ | Column Name | Type | +—————+———+ | employee_id | int | | team_id…

Continue Reading
  • Posted on February 12, 2021February 12, 2021
  • Array

LeetCode 1431. Kids With the Greatest Number of Candies

Description https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/ Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if…

Continue Reading
  • Posted on February 11, 2021February 11, 2021
  • Array

LeetCode 1672. Richest Customer Wealth

Description https://leetcode.com/problems/richest-customer-wealth/ You are given an m x n integer grid accounts where accounts[i][j] is the amount of money the i​​​​​​​​​​​th​​​​ customer has in the j​​​​​​​​​​​th​​​​ bank. Return the wealth that the…

Continue Reading
  • Posted on February 10, 2021February 10, 2021
  • Database

LeetCode 1587. Bank Account Summary II

Description https://leetcode.com/problems/bank-account-summary-ii/ SQL Schema Table: Users +————–+———+ | Column Name | Type | +————–+———+ | account | int | | name…

Continue Reading
  • Posted on February 10, 2021February 10, 2021
  • Database

LeetCode 1378. Replace Employee ID With The Unique Identifier

Description https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier/ SQL Schema Table: Employees +—————+———+ | Column Name | Type | +—————+———+ | id | int | | name…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 37 Page 38 Page 39 … 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