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 9, 2021May 20, 2021
  • LeetCode

LeetCode 912. Sort an Array

Description https://leetcode.com/problems/sort-an-array/ Given an array of integers nums, sort the array in ascending order. Example 1: Input: nums = [5,2,3,1] Output:…

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

LeetCode 148. Sort List

Description https://leetcode.com/problems/shuffle-the-array/ Given the head of a linked list, return the list after sorting it in ascending order. Follow up: Can you sort the linked…

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

LeetCode 1581. Customer Who Visited but Did Not Make Any Transactions

Description https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions/ SQL Schema Table: Visits +————-+———+ | Column Name | Type | +————-+———+ | visit_id | int | | customer_id…

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

LeetCode 1350. Students With Invalid Departments

Description https://leetcode.com/problems/students-with-invalid-departments/ SQL Schema Table: Departments +—————+———+ | Column Name | Type | +—————+———+ | id | int | | name…

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

LeetCode 1119. Remove Vowels from a String

Description https://leetcode.com/problems/remove-vowels-from-a-string/ Given a string s, remove the vowels ‘a’, ‘e’, ‘i’, ‘o’, and ‘u’ from it, and return the new string. Example 1: Input: s =…

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

LeetCode 1470. Shuffle the Array

Description https://leetcode.com/problems/shuffle-the-array/ Given the array nums consisting of 2n elements in the form [x1,x2,…,xn,y1,y2,…,yn]. Return the array in the form [x1,y1,x2,y2,…,xn,yn]. Example 1: Input: nums =…

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

LeetCode 1693. Daily Leads and Partners

Description https://leetcode.com/problems/daily-leads-and-partners/ SQL Schema Table: DailySales +————-+———+ | Column Name | Type | +————-+———+ | date_id | date | | make_name…

Continue Reading
  • Posted on February 7, 2021
  • Database

LeetCode 1741. Find Total Time Spent by Each Employee

Description https://leetcode.com/problems/find-total-time-spent-by-each-employee/ SQL Schema Table: Employees +————-+——+ | Column Name | Type | +————-+——+ | emp_id | int | | event_day…

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

LeetCode 692. Top K Frequent Words

Description https://leetcode.com/problems/top-k-frequent-words/ Given a non-empty list of words, return the k most frequent elements. Your answer should be sorted by frequency from…

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

LeetCode 232. Implement Queue using Stacks

Description https://leetcode.com/problems/implement-queue-using-stacks/ Implement a first in first out (FIFO) queue using only two stacks. The implemented queue should support all…

Continue Reading

Posts navigation

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