LeetCodeNote
  • LeetCodeNote
  • Learn
    • Arrays 101
      • Max Consecutive Ones
      • Find Numbers with Even Number of Digits
      • Squares of a Sorted Array
      • Duplicate Zeros
      • Merge Sorted Array
      • Remove Element
      • Remove Duplicates from Sorted Array
      • Check If N and Its Double Exist
      • Valid Mountain Array
      • Replace Elements with Greatest Element on Right Side
      • Move Zeroes
      • Sort Array By Parity
      • Height Checker
      • Third Maximum Number
      • Find All Numbers Disappeared in an Array
    • Linked List
      • Design Linked List
      • Linked List Cycle
      • Linked List Cycle II
      • Intersection of Two Linked Lists
      • Remove Nth Node From End of List
      • Reverse Linked List
      • Remove Linked List Elements
      • Odd Even Linked List
      • Palindrome Linked List
      • Merge Two Sorted Lists
      • Add Two Numbers
      • Flatten a Multilevel Doubly Linked List
      • Copy List with Random Pointer
      • Rotate List
    • Binary Tree
      • Binary Tree Preorder Traversal
      • Binary Tree Inorder Traversal
      • Binary Tree Postorder Traversal
      • Binary Tree Level Order Traversal
      • Maximum Depth of Binary Tree
      • Symmetric Tree
      • Path Sum
      • Construct Binary Tree from Inorder and Postorder Traversal
      • Construct Binary Tree from Preorder and Inorder Traversal
      • Populating Next Right Pointers in Each Node
      • Populating Next Right Pointers in Each Node II
      • Lowest Common Ancestor of a Binary Tree
      • Serialize and Deserialize Binary Tree
    • Recursion I
      • Reverse String
      • Swap Nodes in Pairs
  • Algorithms
    • 1. Two Sum
    • 2. Add Two Numbers
    • 3. Longest Substring Without Repeating Characters
    • 4. Median of Two Sorted Arrays
    • 7. Reverse Integer
    • 9. Palindrome Number
    • 204. Count Primes
  • 30-Day LeetCoding Challenge
    • 2020-04
      • Single Number
      • Happy Number
      • Maximum Subarray
      • Best Time to Buy and Sell Stock II
      • Group Anagrams
      • Counting Elements
      • Middle of the Linked List
      • Backspace String Compare
      • Min Stack
      • Diameter of Binary Tree
      • Last Stone Weight
      • Contiguous Array
      • Product of Array Except Self
      • Valid Parenthesis String
      • Number of IslandsSolution
      • Minimum Path Sum
      • Search in Rotated Sorted Array
      • Construct Binary Search Tree from Preorder Traversal
      • Subarray Sum Equals K
      • Bitwise AND of Numbers Range
      • LRU Cache
      • Jump Game
      • Longest Common Subsequence
      • Maximal Square
      • Binary Tree Maximum Path Sum
    • 2020-05
      • First Bad Version
      • Jewels and Stones
      • Ransom Note
      • Number Complement
      • First Unique Character in a String
      • Majority Element
      • Cousins in Binary Tree
      • Check If It Is a Straight Line
      • Valid Perfect Square
  • Note
    • Bit Manipulation
    • Backtracking Question
Powered by GitBook
On this page

Was this helpful?

  1. Learn

Linked List

Design Linked ListLinked List CycleLinked List Cycle IIIntersection of Two Linked ListsRemove Nth Node From End of ListReverse Linked ListRemove Linked List ElementsOdd Even Linked ListPalindrome Linked ListMerge Two Sorted ListsAdd Two NumbersFlatten a Multilevel Doubly Linked ListCopy List with Random PointerRotate List
PreviousFind All Numbers Disappeared in an ArrayNextDesign Linked List

Last updated 5 years ago

Was this helpful?