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 September 26, 2021September 26, 2021
  • Binary Search

LeetCode 1182. Shortest Distance to Target Color

Description https://leetcode.com/problems/shortest-distance-to-target-color/ You are given an array colors, in which there are three colors: 1, 2 and 3. You are also given some queries. Each…

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

LeetCode 1138. Alphabet Board Path

Description https://leetcode.com/problems/alphabet-board-path/ On an alphabet board, we start at position (0, 0), corresponding to character board[0][0]. Here, board = [“abcde”, “fghij”, “klmno”, “pqrst”,…

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

LeetCode 2012. Sum of Beauty in the Array

Description https://leetcode.com/problems/sum-of-beauty-in-the-array/ You are given a 0-indexed integer array nums. For each index i (1 <= i <= nums.length – 2) the beauty of nums[i] equals: 2, if nums[j] <…

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

LeetCode 2011. Final Value of Variable After Performing Operations

Description https://leetcode.com/problems/final-value-of-variable-after-performing-operations/ There is a programming language with only four operations and one variable X: ++X and X++ increments the value of the variable X by 1. –X and X– decrements the value of the variable X by 1.…

Continue Reading
  • Posted on September 23, 2021September 23, 2021
  • Binary Tree

LeetCode 96. Unique Binary Search Trees

Description https://leetcode.com/problems/unique-binary-search-trees/ Given an integer n, return the number of structurally unique BST’s (binary search trees) which has exactly n nodes of unique values from 1 to n.…

Continue Reading
  • Posted on September 23, 2021September 23, 2021
  • Binary Tree

LeetCode 652. Find Duplicate Subtrees

Description https://leetcode.com/problems/find-duplicate-subtrees/ Given the root of a binary tree, return all duplicate subtrees. For each kind of duplicate subtrees, you only need to…

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

LeetCode 482. License Key Formatting

Description https://leetcode.com/problems/license-key-formatting/ You are given a license key represented as a string s that consists of only alphanumeric characters and dashes. The…

Continue Reading
  • Posted on September 19, 2021September 19, 2021
  • Binary Tree

LeetCode 1161. Maximum Level Sum of a Binary Tree

Description https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree/ Given the root of a binary tree, the level of its root is 1, the level of its children is 2, and…

Continue Reading
  • Posted on September 16, 2021September 16, 2021
  • Binary Tree

LeetCode 894. All Possible Full Binary Trees

Description https://leetcode.com/problems/all-possible-full-binary-trees/ Given an integer n, return a list of all possible full binary trees with n nodes. Each node of each tree in the answer…

Continue Reading
  • Posted on September 15, 2021September 18, 2021
  • Binary Tree

LeetCode 124. Binary Tree Maximum Path Sum

Description https://leetcode.com/problems/binary-tree-maximum-path-sum/ A path in a binary tree is a sequence of nodes where each pair of adjacent nodes in the sequence…

Continue Reading

Posts navigation

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