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

  • Posted on October 25, 2021October 25, 2021
  • Graph

LeetCode 444. Sequence Reconstruction

Description https://leetcode.com/problems/sequence-reconstruction/ Check whether the original sequence org can be uniquely reconstructed from the sequences in seqs. The org sequence is a permutation of the…

Continue Reading
  • Posted on October 21, 2021October 21, 2021
  • Binary Search

LeetCode 702. Search in a Sorted Array of Unknown Size

Description https://leetcode.com/problems/search-in-a-sorted-array-of-unknown-size/ This is an interactive problem. You have a sorted array of unique elements and an unknown size. You do not have an…

Continue Reading
  • Posted on October 14, 2021October 14, 2021
  • Binary Tree

LeetCode 261. Graph Valid Tree

Description https://leetcode.com/problems/minimum-size-subarray-sum/ You have a graph of n nodes labeled from 0 to n – 1. You are given an integer n and a list…

Continue Reading
  • Posted on October 6, 2021October 6, 2021
  • Array

LeetCode 209. Minimum Size Subarray Sum

Description https://leetcode.com/problems/minimum-size-subarray-sum/ Given an array of positive integers nums and a positive integer target, return the minimal length of a contiguous subarray [numsl, numsl+1, …,…

Continue Reading
  • Posted on September 30, 2021November 28, 2021
  • Binary Search

LeetCode 1095. Find in Mountain Array

Description https://leetcode.com/problems/find-in-mountain-array/ (This problem is an interactive problem.) You may recall that an array arr is a mountain array if and only if: arr.length >=…

Continue Reading
  • Posted on September 28, 2021October 1, 2021
  • LeetCode

LeetCode 76. Minimum Window Substring

Description https://leetcode.com/problems/minimum-window-substring/ Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is included in the window. If…

Continue Reading
  • Posted on September 28, 2021September 28, 2021
  • Array

LeetCode 1146. Snapshot Array

Description https://leetcode.com/problems/snapshot-array/ Implement a SnapshotArray that supports the following interface: SnapshotArray(int length) initializes an array-like data structure with the given length.  Initially,…

Continue Reading
  • Posted on September 28, 2021September 28, 2021
  • Dynamic Programming

LeetCode 279. Perfect Squares

Description https://leetcode.com/problems/perfect-squares/ Given an integer n, return the least number of perfect square numbers that sum to n. A perfect square is an integer that…

Continue Reading
  • Posted on September 27, 2021September 27, 2021
  • LeetCode

LeetCode 1087. Brace Expansion

Description https://leetcode.com/problems/brace-expansion/ You are given a string s representing a list of words. Each letter in the word has one or more…

Continue Reading
  • Posted on September 27, 2021September 27, 2021
  • LeetCode

LeetCode 1047. Remove All Adjacent Duplicates In String

Description https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/ You are given a string s consisting of lowercase English letters. A duplicate removal consists of choosing two adjacent and equal letters and removing them. We…

Continue Reading

Posts navigation

Previous Page Page 1 Page 2 Page 3 … 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