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: Linked List

  • Posted on July 27, 2021July 27, 2021
  • LeetCode

LeetCode 142. Linked List Cycle II

Description https://leetcode.com/problems/linked-list-cycle-ii/ Given a linked list, return the node where the cycle begins. If there is no cycle, return null. There…

Continue Reading
  • Posted on July 14, 2021July 14, 2021
  • LeetCode

LeetCode 143. Reorder List

Description https://leetcode.com/problems/reorder-list/ You are given the head of a singly linked-list. The list can be represented as: L0 → L1…

Continue Reading
  • Posted on July 13, 2021July 13, 2021
  • Binary Tree

LeetCode 235. Lowest Common Ancestor of a Binary Search Tree

Description https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the…

Continue Reading
  • Posted on July 12, 2021July 12, 2021
  • Binary Tree

LeetCode 114. Flatten Binary Tree to Linked List

Description https://leetcode.com/problems/flatten-binary-tree-to-linked-list/ Given the root of a binary tree, flatten the tree into a “linked list”: The “linked list” should use the…

Continue Reading
  • Posted on July 7, 2021August 20, 2021
  • Backtracking

LeetCode 47. Permutations II

Description https://leetcode.com/problems/permutations-ii/ Given a collection of numbers, nums, that might contain duplicates, return all possible unique permutations in any order. Example 1: Input: nums…

Continue Reading
  • Posted on July 6, 2021July 6, 2021
  • LeetCode

LeetCode 426. Convert Binary Search Tree to Sorted Doubly Linked List

Description https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list/ Convert a Binary Search Tree to a sorted Circular Doubly-Linked List in place. You can think of the left and right pointers…

Continue Reading
  • Posted on June 27, 2021June 27, 2021
  • LeetCode

LeetCode 92. Reverse Linked List II

Description https://leetcode.com/problems/reverse-linked-list-ii/ Given the head of a singly linked list and two integers left and right where left <= right, reverse the nodes of the list from…

Continue Reading
  • Posted on June 27, 2021June 27, 2021
  • LeetCode

LeetCode 82. Remove Duplicates from Sorted List II

Description https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ Given the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the…

Continue Reading
  • Posted on May 20, 2021May 20, 2021
  • LeetCode

LeetCode 1836. Remove Duplicates From an Unsorted Linked List

Description https://leetcode.com/problems/remove-duplicates-from-an-unsorted-linked-list/ Given the head of a linked list, find all the values that appear more than once in the list and delete the…

Continue Reading
  • Posted on April 13, 2021
  • LeetCode

LeetCode 203. Remove Linked List Elements

Description https://leetcode.com/problems/remove-linked-list-elements/ Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.val…

Continue Reading

Posts navigation

Page 1 Page 2 Page 3 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