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

Category: Depth First Search

  • Posted on July 1, 2021July 1, 2021
  • Depth First Search

LeetCode 733. Flood Fill

Description https://leetcode.com/problems/flood-fill/ An image is represented by an m x n integer grid image where image[i][j] represents the pixel value of the image. You are also…

Continue Reading
  • Posted on October 15, 2020October 15, 2020
  • Depth First Search

LeetCode 247. Strobogrammatic Number II

Description https://leetcode.com/problems/strobogrammatic-number-ii/ A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).…

Continue Reading
  • Posted on October 12, 2020October 12, 2020
  • Depth First Search

LeetCode 329. Longest Increasing Path in a Matrix

Description https://leetcode.com/problems/longest-increasing-path-in-a-matrix/ Given an integer matrix, find the length of the longest increasing path. From each cell, you can either…

Continue Reading
  • Posted on April 17, 2020January 16, 2021
  • Depth First Search

LeetCode 200. Number of Islands

Description https://leetcode.com/problems/number-of-islands/ Given an m x n 2d grid map of ‘1’s (land) and ‘0’s (water), return the number of islands. An island is surrounded by water and is…

Continue Reading
  • Posted on November 25, 2017January 23, 2021
  • Depth First Search

LeetCode 39. Combination Sum

Description https://leetcode.com/problems/combination-sum/ Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates where the chosen numbers sum to target. You may…

Continue Reading
  • Posted on November 18, 2017January 23, 2021
  • Depth First Search

LeetCode 40. Combination Sum II

Description Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate…

Continue Reading

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