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 13, 2021September 13, 2021
  • Array

LeetCode 327. Count of Range Sum

Description https://leetcode.com/problems/count-of-range-sum/ Given an integer array nums and two integers lower and upper, return the number of range sums that lie in [lower, upper] inclusive. Range sum S(i, j) is…

Continue Reading
  • Posted on September 11, 2021September 12, 2021
  • LeetCode

LeetCode 10. Regular Expression Matching

Description https://leetcode.com/problems/regular-expression-matching/ Given an input string s and a pattern p, implement regular expression matching with support for ‘.’ and ‘*’ where: ‘.’ Matches any single character.​​​​ ‘*’ Matches…

Continue Reading
  • Posted on September 10, 2021September 10, 2021
  • Graph

LeetCode 305. Number of Islands II

Description https://leetcode.com/problems/number-of-islands-ii/ You are given an empty 2D binary grid grid of size m x n. The grid represents a map where 0‘s represent…

Continue Reading
  • Posted on September 5, 2021September 5, 2021
  • Backtracking

LeetCode 526. Beautiful Arrangement

Description https://leetcode.com/problems/beautiful-arrangement/ Suppose you have n integers labeled 1 through n. A permutation of those n integers perm (1-indexed) is considered a beautiful arrangement if for every i (1 <= i <= n), either of…

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

LeetCode 289. Game of Life

Description https://leetcode.com/problems/game-of-life/ According to Wikipedia’s article: “The Game of Life, also known simply as Life, is a cellular automaton devised by the British…

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

LeetCode 800. Similar RGB Color

Description https://leetcode.com/problems/similar-rgb-color/ The red-green-blue color “#AABBCC” can be written as “#ABC” in shorthand. For example, “#15c” is shorthand for the color “#1155cc”. The similarity between the two…

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

LeetCode 293. Flip Game

Description https://leetcode.com/problems/flip-game/ You are playing a Flip Game with your friend. You are given a string currentState that contains only ‘+’ and ‘-‘. You and…

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

LeetCode 422. Valid Word Square

Description https://leetcode.com/problems/valid-word-square/ Given an array of strings words, return true if it forms a valid word square. A sequence of strings forms a valid word…

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

LeetCode 567. Permutation in String

Description https://leetcode.com/problems/permutation-in-string/ Given two strings s1 and s2, return true if s2 contains a permutation of s1, or false otherwise. In other words, return true if one of s1‘s permutations is the substring…

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

LeetCode 301. Remove Invalid Parentheses

Description https://leetcode.com/problems/remove-invalid-parentheses/ Given a string s that contains parentheses and letters, remove the minimum number of invalid parentheses to make the input…

Continue Reading

Posts navigation

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