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

  • Posted on May 12, 2021May 12, 2021
  • Database

LeetCode 1795. Rearrange Products Table

Description https://leetcode.com/problems/rearrange-products-table/ SQL Schema Table: Products +————-+———+ | Column Name | Type | +————-+———+ | product_id | int | | store1…

Continue Reading
  • Posted on May 11, 2021
  • Database

LeetCode 586. Customer Placing the Largest Number of Orders

Description https://leetcode.com/problems/customer-placing-the-largest-number-of-orders/ SQL Schema Table: Orders +—————–+———-+ | Column Name | Type | +—————–+———-+ | order_number | int | | customer_number…

Continue Reading
  • Posted on May 11, 2021May 11, 2021
  • Database

LeetCode 1050. Actors and Directors Who Cooperated At Least Three Times

Description https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times/ SQL Schema Table: ActorDirector +————-+———+ | Column Name | Type | +————-+———+ | actor_id | int | | director_id…

Continue Reading
  • Posted on May 11, 2021May 11, 2021
  • Database

LeetCode 1517. Find Users With Valid E-Mails

Description https://leetcode.com/problems/find-users-with-valid-e-mails/ SQL Schema Table: Users +—————+———+ | Column Name | Type | +—————+———+ | user_id | int | | name…

Continue Reading
  • Posted on May 11, 2021May 11, 2021
  • LeetCode

LeetCode 788. Rotated Digits

Description https://leetcode.com/problems/rotated-digits/ x is a good number if after rotating each digit individually by 180 degrees, we get a valid number…

Continue Reading
  • Posted on May 10, 2021May 10, 2021
  • LeetCode

LeetCode 1763. Longest Nice Substring

Description https://leetcode.com/problems/longest-nice-substring/ A string s is nice if, for every letter of the alphabet that s contains, it appears both in uppercase and lowercase. For example, “abABB” is nice because ‘A’ and ‘a’ appear,…

Continue Reading
  • Posted on May 10, 2021May 10, 2021
  • Binary Tree

LeetCode 872. Leaf-Similar Trees

Description https://leetcode.com/problems/leaf-similar-trees/ Consider all the leaves of a binary tree, from left to right order, the values of those leaves form a leaf…

Continue Reading
  • Posted on May 9, 2021May 9, 2021
  • Design

LeetCode 706. Design HashMap

Description https://leetcode.com/problems/design-hashmap/ Design a HashMap without using any built-in hash table libraries. Implement the MyHashMap class: MyHashMap() initializes the object with an empty…

Continue Reading
  • Posted on May 9, 2021May 9, 2021
  • Database

LeetCode 1327. List the Products Ordered in a Period

Description https://leetcode.com/problems/list-the-products-ordered-in-a-period/ SQL Schema Table: Products +——————+———+ | Column Name | Type | +——————+———+ | product_id | int | | product_name…

Continue Reading
  • Posted on May 8, 2021May 8, 2021
  • Database

LeetCode 1777. Product’s Price for Each Store

Description https://leetcode.com/problems/products-price-for-each-store/ SQL Schema Table: Products +————-+———+ | Column Name | Type | +————-+———+ | product_id | int | | store…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 15 Page 16 Page 17 … 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