Leetcode Blog
AboutSearchTags
  • May 12, 2022

    Count Sorted Vowel Strings - DP solution

    C++     Combinatorics     Dynamic Programming     Math     Medium    
  • May 10, 2022

    Linked List Cycle II - Floyd's Tortoise and Hare Algorithm

    Hash Table     Linked List     Medium     Two Pointers    
  • May 10, 2022

    Combination Sum III - DFS and All combinations

    Array     Backtracking     Medium    
  • May 10, 2022

    132 Pattern - O(N^3), O(N^2), O(N log N) and O(N) solutions

    Array     Binary Search     C++     Medium     Monotonic Stack     Ordered Set     Stack    
  • May 9, 2022

    Letter Combinations of a Phone Number - Iterative solution

    Backtracking     C++     Hash Table     Medium     Python     String    
  • May 6, 2022

    Remove All Adjacent Duplicates in String II - Solution using stack

    C++     Medium     Stack     String    
  • May 4, 2022

    Max Number of K-Sum Pairs - Two Sum Approach

    Array     C++     Hash Table     Medium     Sorting     Two Pointers    
  • Apr 27, 2022

    Smallest String With Swaps - DFS solution

    Breadth-First Search     C++     Depth-First Search     Hash Table     Medium     String     Union Find    
Previous         Page: 23 of 28         Next

Leetcode Blog

  • Leetcode Blog
  • piyush01123

A blog of all my leetcode discussion posts.