zcjian
  • Data Structures and Algorithms in Python
  • Interview Questions
    • Data Structures
    • Python
    • Java, C
  • Array
    • Amicable Numbers
    • Binary Search
    • Search in Rotated Sorted Array
    • Find All Subsets
    • Two Sum
    • Search in Rotated Sorted Array I & II
    • Find Minimum in Rotated Sorted Array
    • Merge Sorted Array
    • Wiggle Sort
    • Find Minimum in Rotated Sorted Array
    • Longest Common Prefix
    • Remove Duplicates from Sorted Array
    • Find All Duplicates in an Array
    • Best Time to Buy and Sell Stock
    • Kth Largest Element in an Array
    • Word Ladder
    • Meeting Rooms II
    • Kth Smallest Element in a Sorted Matrix
    • Combination Sum I, II
    • Triangle
    • Pascal's Triangle I & II
    • Fibonacci number
    • Minimum Size Subarray Sum*
    • Subarray Sum Equals K*
    • Continuous Subarray Sum
    • Product of Array Except Self
    • Trapping Rain Water
    • Top K Frequent Elements
    • Remove Duplicates from Sorted Array
    • 3 Sum
  • String
    • Minimum Window Subsequence
    • Multiply Strings
    • ZigZag Conversion
    • Number of Longest Increasing Subsequence I & II
    • Valid Parenthesis String
    • Valid Parentheses
    • License Key Formatting
    • Longest Valid Parentheses
    • Longest Common Prefix
  • Tree
    • Convert Sorted Array to Binary Search Tree
    • BST - Level Order Traversal
    • Maximum Width of Binary Tree
    • BST & LinkedList - Convert Sorted List to Binary Search Tree
    • Flatten Binary Tree to Linked List
    • Lowest Common Ancestor of a Binary Tree
    • Generate Parentheses
    • Closest Binary Search Tree Value II
    • Find Duplicate Subtrees
    • Kth Largest Element in a Stream
    • Binary Tree Paths
    • Binary Search Tree Iterator
  • Linked List
    • Remove Nth Node From End of List
    • Sort List
    • Linked List - Merge k Sorted Lists
    • Add Two Sum
    • Remove Duplicates from Sorted List
    • Reverse Linked List
    • Remove Duplicates from Sorted List II
    • Linked List Cycle II
    • Add Two Numbers
    • Merge Two Sorted Lists
  • Graph
    • Convex Hull
    • Number of Islands
    • Deep-First Search
    • Clone Graph (DFS)
    • Walls and Gates (BFS)
    • Number of Islands
    • Friend Circles
  • Bit Maniputation
    • Sum of Two Integers
  • BackTracking
    • Letter Combinations of a Phone Number
  • Heap
    • Kth Largest Element in a Stream
    • Kth Smallest Number in Multiplication Table
  • Dynamic Programming
    • House Robber
Powered by GitBook
On this page

Linked List

Remove Nth Node From End of ListSort ListLinked List - Merge k Sorted ListsAdd Two SumRemove Duplicates from Sorted ListReverse Linked ListRemove Duplicates from Sorted List IILinked List Cycle IIAdd Two NumbersMerge Two Sorted Lists
PreviousBinary Search Tree IteratorNextRemove Nth Node From End of List

Last updated 6 years ago