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: Backtracking

  • Posted on September 24, 2020September 24, 2020
  • Backtracking

LeetCode 425. Word Squares

Description https://leetcode.com/problems/word-squares/ Given a set of words (without duplicates), find all word squares you can build from them. A sequence of words forms…

Continue Reading
  • Posted on June 13, 2020June 13, 2020
  • Backtracking

LeetCode 51. N-Queens

Description https://leetcode.com/problems/n-queens/ The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given…

Continue Reading
  • Posted on June 9, 2020June 9, 2020
  • Backtracking

LeetCode 37. Sudoku Solver

Description https://leetcode.com/problems/sort-colors/ Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the…

Continue Reading
  • Posted on May 24, 2020January 7, 2021
  • Backtracking

LeetCode 79. Word Search

Description https://leetcode.com/problems/word-search/ Given a 2D board and a word, find if the word exists in the grid. The word can…

Continue Reading
  • Posted on May 21, 2020January 12, 2021
  • Backtracking

LeetCode 22. Generate Parentheses

Description https://leetcode.com/problems/generate-parentheses/ Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. Example 1: Input: n = 3…

Continue Reading
  • Posted on July 28, 2018October 30, 2021
  • Backtracking

LeetCode 17. Letter Combinations of a Phone Number

Description Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer…

Continue Reading
  • Posted on December 23, 2017January 17, 2021
  • Backtracking

LeetCode 90. Subsets II

Description Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Note: The…

Continue Reading
  • Posted on December 16, 2017July 7, 2021
  • Backtracking

LeetCode 78. Subsets

Description https://leetcode.com/problems/subsets/ Given an integer array nums of unique elements, return all possible subsets (the power set). The solution set must not contain duplicate subsets. Return the…

Continue Reading

Posts navigation

Previous Page Page 1 Page 2

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