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
  • Posted on May 6, 2018July 17, 2021
  • Binary Tree

LeetCode 111. Minimum Depth of Binary Tree

Description https://leetcode.com/problems/minimum-depth-of-binary-tree/ Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the…

Continue Reading
  • Posted on April 28, 2018April 6, 2021
  • Binary Tree

LeetCode 110. Balanced Binary Tree

Description https://leetcode.com/problems/balanced-binary-tree/ Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined…

Continue Reading
  • Posted on April 21, 2018January 26, 2021
  • Binary Tree

LeetCode 104. Maximum Depth of Binary Tree

Description Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest…

Continue Reading
  • Posted on April 14, 2018January 15, 2021
  • Binary Tree

LeetCode 101. Symmetric Tree

Description https://leetcode.com/problems/symmetric-tree/description/ Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For…

Continue Reading
  • Posted on April 7, 2018February 3, 2021
  • Binary Tree

LeetCode 100. Same Tree

Description https://leetcode.com/problems/same-tree/ Given the roots of two binary trees p and q, write a function to check if they are the same or…

Continue Reading
  • Posted on March 30, 2018July 15, 2021
  • LeetCode

LeetCode 16. 3Sum Closest

Description https://leetcode.com/problems/3sum-closest/ Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the…

Continue Reading
  • Posted on March 24, 2018July 14, 2021
  • LeetCode

LeetCode 15. 3Sum

Description https://leetcode.com/problems/3sum/ Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j !=…

Continue Reading
  • Posted on March 17, 2018March 22, 2020
  • LeetCode

LeetCode 14. Longest Common Prefix

Description https://leetcode.com/problems/longest-common-prefix/description/ Write a function to find the longest common prefix string amongst an array of strings. If there is…

Continue Reading
  • Posted on March 10, 2018April 10, 2020
  • LeetCode

LeetCode 13. Roman to Integer

Description Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C…

Continue Reading
  • Posted on February 24, 2018March 24, 2020
  • LeetCode

LeetCode 19. Remove Nth Node From End of List

Description Given a linked list, remove the n-th node from the end of list and return its head. Example: Given linked…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 55 Page 56 Page 57 … Page 61 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