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 20, 2021October 13, 2021
  • Graph

LeetCode 133. Clone Graph

Description https://leetcode.com/problems/clone-graph/ Given a reference of a node in a connected undirected graph. Return a deep copy (clone) of the graph. Each node in…

Continue Reading
  • Posted on August 19, 2021October 7, 2021
  • LeetCode

LeetCode 340. Longest Substring with At Most K Distinct Characters

Description https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters/ Given a string s and an integer k, return the length of the longest substring of s that contains at most k distinct characters. Example 1: Input:…

Continue Reading
  • Posted on August 19, 2021August 20, 2021
  • Array

LeetCode 680. Valid Palindrome II

Description https://leetcode.com/problems/valid-palindrome-ii/ Given a string s, return true if the s can be palindrome after deleting at most one character from it. Example 1: Input: s =…

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

LeetCode 199. Binary Tree Right Side View

Description https://leetcode.com/problems/binary-tree-right-side-view/ Given the root of a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you…

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

LeetCode 325. Maximum Size Subarray Sum Equals k

Description https://leetcode.com/problems/maximum-size-subarray-sum-equals-k/ Given an integer array nums and an integer k, return the maximum length of a subarray that sums to k. If there isn’t…

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

LeetCode 535. Encode and Decode TinyURL

Description https://leetcode.com/problems/encode-and-decode-tinyurl/ Note: This is a companion problem to the System Design problem: Design TinyURL. TinyURL is a URL shortening service where you…

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

LeetCode 161. One Edit Distance

Description https://leetcode.com/problems/one-edit-distance/ Given two strings s and t, return true if they are both one edit distance apart, otherwise return false. A string s is said to be…

Continue Reading
  • Posted on August 15, 2021August 15, 2021
  • Backtracking

LeetCode 784. Letter Case Permutation

Description https://leetcode.com/problems/letter-case-permutation/ Given a string s, we can transform every letter individually to be lowercase or uppercase to create another string.…

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

LeetCode 168. Excel Sheet Column Title

Description https://leetcode.com/problems/excel-sheet-column-title/ Given an integer columnNumber, return its corresponding column title as it appears in an Excel sheet. For example: A ->…

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

LeetCode 1769. Minimum Number of Operations to Move All Balls to Each Box

Description https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/ You have n boxes. You are given a binary string boxes of length n, where boxes[i] is ‘0’ if the ith box is empty, and ‘1’ if it contains one ball. In one operation,…

Continue Reading

Posts navigation

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