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

  • 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
  • Posted on February 17, 2018August 29, 2020
  • LeetCode

LeetCode 138. Copy List with Random Pointer

Description A linked list is given such that each node contains an additional random pointer which could point to any…

Continue Reading
  • Posted on February 10, 2018June 28, 2021
  • Dynamic Programming

LeetCode 63. Unique Paths II

Description https://leetcode.com/problems/unique-paths-ii/ A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below).…

Continue Reading
  • Posted on February 3, 2018May 15, 2020
  • Dynamic Programming

LeetCode 62. Unique Paths

Description A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can…

Continue Reading

Posts navigation

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