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

  • Posted on August 22, 2021September 12, 2021
  • Dynamic Programming

LeetCode 44. Wildcard Matching

Description https://leetcode.com/problems/wildcard-matching/ Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for ‘?’ and ‘*’ where: ‘?’ Matches any…

Continue Reading
  • Posted on August 22, 2021August 22, 2021
  • Array

LeetCode 621. Task Scheduler

Description https://leetcode.com/problems/task-scheduler/ Given a characters array tasks, representing the tasks a CPU needs to do, where each letter represents a different…

Continue Reading
  • Posted on August 22, 2021August 23, 2021
  • Graph

LeetCode 785. Is Graph Bipartite?

Description https://leetcode.com/problems/design-add-and-search-words-data-structure/ There is an undirected graph with n nodes, where each node is numbered between 0 and n – 1. You are given a 2D array graph,…

Continue Reading
  • Posted on August 22, 2021August 22, 2021
  • Design

LeetCode 211. Design Add and Search Words Data Structure

Description https://leetcode.com/problems/design-add-and-search-words-data-structure/ Design a data structure that supports adding new words and finding if a string matches any previously added…

Continue Reading
  • Posted on August 22, 2021August 22, 2021
  • Binary Tree

LeetCode 173. Binary Search Tree Iterator

Description https://leetcode.com/problems/binary-search-tree-iterator/ Implement the BSTIterator class that represents an iterator over the in-order traversal of a binary search tree (BST): BSTIterator(TreeNode root) Initializes an object…

Continue Reading
  • Posted on August 21, 2021August 21, 2021
  • LeetCode

LeetCode 157. Read N Characters Given Read4

Description https://leetcode.com/problems/read-n-characters-given-read4/ Given a file and assume that you can only read the file using a given method read4, implement a method to…

Continue Reading
  • Posted on August 21, 2021August 22, 2021
  • Binary Tree

LeetCode 314. Binary Tree Vertical Order Traversal

Description https://leetcode.com/problems/binary-tree-vertical-order-traversal/ Given the root of a binary tree, return the vertical order traversal of its nodes’ values. (i.e., from top to bottom, column…

Continue Reading
  • Posted on August 21, 2021August 21, 2021
  • Binary Tree

LeetCode 1123. Lowest Common Ancestor of Deepest Leaves

Description https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves/ Given the root of a binary tree, return the lowest common ancestor of its deepest leaves. Recall that: The node of a…

Continue Reading
  • Posted on August 21, 2021August 21, 2021
  • LeetCode

LeetCode 438. Find All Anagrams in a String

Description https://leetcode.com/problems/find-all-anagrams-in-a-string/ Given two strings s and p, return an array of all the start indices of p‘s anagrams in s. You may return the answer…

Continue Reading
  • Posted on August 20, 2021August 20, 2021
  • LeetCode

LeetCode 29. Divide Two Integers

Description https://leetcode.com/problems/divide-two-integers/ Given two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator. Return the quotient after dividing dividend by divisor.…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 4 Page 5 Page 6 … Page 54 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